diff --git a/flake.nix b/flake.nix index 6beeb2d..2f6b6f3 100644 --- a/flake.nix +++ b/flake.nix @@ -10,7 +10,7 @@ devShells."${system}".default = let pkgs = import nixpkgs { inherit system; }; in pkgs.mkShell { - buildInputs = with pkgs; [ + packages = with pkgs; [ nodejs_25 cypress php85