change buildInputs to packages

This commit is contained in:
Yisroel Baum 2026-04-11 23:02:23 +03:00
parent 6f5688b12c
commit c2a1d5595e
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -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