system(nvidia): beta driver
This commit is contained in:
parent
490c290171
commit
675ca4742d
@ -69,9 +69,8 @@ in
|
|||||||
|
|
||||||
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
||||||
package = let
|
package = let
|
||||||
stable = config.boot.kernelPackages.nvidiaPackages.stable;
|
inherit (config.boot.kernelPackages.nvidiaPackages) production stable latest beta;
|
||||||
version = stable;
|
in lib.mkDefault beta;
|
||||||
in lib.mkDefault version;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user