Remove shell.nix

This commit is contained in:
Oliver Davies 2025-08-18 21:22:55 +01:00
parent 9b7fa431f0
commit b52b8a14ad

View file

@ -1,11 +0,0 @@
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
packages = with pkgs; [
php
phpPackages.composer
phpactor
];
}