This commit is contained in:
Oliver Davies 2025-04-16 23:11:35 +01:00
parent 2008ea3400
commit 445de07abe

View file

@ -7,10 +7,10 @@
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; }; pkgs = import nixpkgs { inherit system; };
in in
with pkgs;
{ {
devShells.${system}.default = mkShell {
devShells.${system}.default = pkgs.mkShell { packages = [
packages = with pkgs; [
just just
php83 php83
php83Packages.composer php83Packages.composer