Remove shell.nix
This commit is contained in:
parent
9b7fa431f0
commit
b52b8a14ad
1 changed files with 0 additions and 11 deletions
11
shell.nix
11
shell.nix
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
php
|
||||
phpPackages.composer
|
||||
phpactor
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue