From c2a1d5595ea868dfa7139493cab21fd3a4b3daa9 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Sat, 11 Apr 2026 23:02:23 +0300 Subject: [PATCH] change buildInputs to packages --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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