Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Oct 15, 2024
2 parents 9559c1c + 71efc07 commit 30cee06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
postVenvCreation = ''
uv pip install hatch
uv pip install -e .
# Prevent venv uv from overriding nixpkgs uv
[ -f $(pwd)/.venv/bin/uv ] && rm $(pwd)/.venv/bin/uv*
'';
C_INCLUDE_PATH = "${pkgs.linuxHeaders}/include";
HATCH_ENV_TYPE_VIRTUAL_UV_PATH = "${pkgs.uv}/bin/uv"; # use Nix uv instead of hatch downloaded binary
Expand Down

0 comments on commit 30cee06

Please sign in to comment.