From ad98c7d2d22aef092b0e690a722c37b8d8918b49 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 18 Aug 2025 20:02:37 +1000 Subject: [PATCH] Update flake.nix --- templates/n/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/n/flake.nix b/templates/n/flake.nix index 48afa86..1e75703 100644 --- a/templates/n/flake.nix +++ b/templates/n/flake.nix @@ -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 = {