change buildInputs to packages
This commit is contained in:
parent
6f5688b12c
commit
c2a1d5595e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue