Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
rv-jenkins committed Aug 21, 2024
2 parents 1baec38 + 93cac61 commit d960a50
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 d960a50

Please sign in to comment.