Skip to content

Commit

Permalink
chore: Re-add misconfigured venvShellHook
Browse files Browse the repository at this point in the history
  • Loading branch information
bow committed Jul 26, 2024
1 parent 190b179 commit 322dac4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@
pre-commit
skopeo
];
devNativeBuildInputs = [ (python.withPackages (ps: [ ps.venvShellHook ])) ];
devNativeBuildInputs = [
python
python.pkgs.venvShellHook
];
ciEnv = pkgs.poetry2nix.mkPoetryEnv { inherit overrides projectDir python; };
in
{
Expand Down

0 comments on commit 322dac4

Please sign in to comment.