From 08e95c2453d0dc6207f2a01613d1d8bd4b9cac1c Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Tue, 2 Dec 2025 00:33:51 +0100 Subject: fixed pytorch not finding cuda --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7e97c35..9670486 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ pkgs = import nixpkgs { inherit system; + config.allowUnfree = true; }; commonLibs = with pkgs; lib.makeLibraryPath [ @@ -47,6 +48,7 @@ libssh libxml2 libz + linuxPackages.nvidia_x11 openssl util-linux xz -- cgit v1.2.3