Skip to content

Commit

Permalink
Don't enter Hatch shell at devenv enterShell
Browse files Browse the repository at this point in the history
Port autonity/autonity-cli@5df2d1f
to autonity.py.
  • Loading branch information
szemate authored and aiman committed Oct 24, 2024
1 parent efbe56f commit ec3013b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,4 @@
version = "3.12";
venv.enable = false;
};

enterShell = ''
hatch run true # Create virtualenv at first run
export VIRTUAL_ENV="$(hatch env find)"
export HATCH_ENV_ACTIVE=default
export PATH="$VIRTUAL_ENV/bin:$PATH"
'';
}

0 comments on commit ec3013b

Please sign in to comment.