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";
pkgs = import nixpkgs { inherit system; };
in
with pkgs;
{
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
devShells.${system}.default = mkShell {
packages = [
just
php83
php83Packages.composer