mirror of
https://github.com/dwinkler1/np.git
synced 2026-02-19 22:40:57 -05:00
Update flake.nix
This commit is contained in:
parent
6b93535b24
commit
ad98c7d2d2
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@
|
|||
# Prevent uv from managing Python downloads
|
||||
UV_PYTHON_DOWNLOADS = "never";
|
||||
# Force uv to use nixpkgs Python interpreter
|
||||
UV_PYTHON = pkgs.py.interpreter;
|
||||
UV_PYTHON = pkgs.python.interpreter;
|
||||
};
|
||||
};
|
||||
extraWrapperArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue