Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
charmoniumQ committed Mar 18, 2022
1 parent 394d176 commit 4f501e4
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 @@ -45,7 +45,7 @@
buildInputs = nix-dev-dependencies ++ [default-python];
shellHook = ''
env_hash=$(sha1sum poetry.lock | cut -f1 -d' ')
if [ ! -f build/$env_hash ]; then
if [ ! -f build/$env_hash.v2 ]; then
poetry install --remove-untracked
if [ ! -d build ]; then
mkdir build
Expand Down

0 comments on commit 4f501e4

Please sign in to comment.