From 9f0c08d048a3bde5bbe9c53b72ceb910e61f090e Mon Sep 17 00:00:00 2001 From: Guillem Cordoba Date: Mon, 16 Sep 2024 10:24:35 +0200 Subject: [PATCH] Packages to buildinputs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 983ac2c..6b6cdc4 100644 --- a/flake.nix +++ b/flake.nix @@ -205,7 +205,7 @@ rec { devShells.holochainDev = pkgs.mkShell { CGO_ENABLED = 0; - packages = flake.lib.holochainDeps { inherit pkgs lib; }; + buildInputs = flake.lib.holochainDeps { inherit pkgs lib; }; }; packages.npm-warning = pkgs.writeShellScriptBin "echo-npm-warning" ''