diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-12-01 23:33:51 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-12-01 23:34:07 +0000 |
| commit | 08e95c2453d0dc6207f2a01613d1d8bd4b9cac1c (patch) | |
| tree | c8b4e2b30dd20dc2dfe1da7fd91d0db8d1268312 /flake.nix | |
| parent | upgraded nixos (diff) | |
fixed pytorch not finding cuda
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
