Unstable Unfree: Add CudaSupport

master
David Crompton 2024-04-02 10:46:33 -04:00
parent 4f997fd27f
commit 22a531adbc
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
unstable-unfree = import nixpkgs-unstable {
inherit system;
config.allowUnfree = true;
config.cudaSupport = true;
};
};
applyOverlays = overlays: ({...}:{ nixpkgs.overlays = overlays; });