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