Update flake.nix

This commit is contained in:
Daniel 2025-08-18 20:02:37 +10:00 committed by GitHub
commit ad98c7d2d2
Failed to generate hash of commit

View file

@ -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 = {