Skip to content

Commit

Permalink
Include which in the nix dev shell (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodlyrottenapple authored Aug 21, 2024
1 parent 414742d commit 93cac61
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 @@ -180,7 +180,7 @@
in {
packages.default = kevm;
devShell = pkgs.mkShell {
buildInputs = buildInputs pkgs ++ [ pkgs.poetry-nixpkgs ];
buildInputs = buildInputs pkgs ++ [ pkgs.poetry-nixpkgs pkgs.which ];

shellHook = ''
export NIX_LIBS="${nixLibs pkgs}"
Expand Down

0 comments on commit 93cac61

Please sign in to comment.