Skip to content

Commit

Permalink
Packages to buildinputs
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 16, 2024
1 parent d2ad9d7 commit 9f0c08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ''
Expand Down

0 comments on commit 9f0c08d

Please sign in to comment.