Unstable Unfree: Add CudaSupport
parent
4f997fd27f
commit
22a531adbc
|
@ -32,6 +32,7 @@
|
||||||
unstable-unfree = import nixpkgs-unstable {
|
unstable-unfree = import nixpkgs-unstable {
|
||||||
inherit system;
|
inherit system;
|
||||||
config.allowUnfree = true;
|
config.allowUnfree = true;
|
||||||
|
config.cudaSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
applyOverlays = overlays: ({...}:{ nixpkgs.overlays = overlays; });
|
applyOverlays = overlays: ({...}:{ nixpkgs.overlays = overlays; });
|
||||||
|
|
Loading…
Reference in New Issue