feat: switch to latest unstable nvidia driver
This commit is contained in:
parent
d11845b7f6
commit
1447a77de5
3 changed files with 20 additions and 13 deletions
|
|
@ -28,7 +28,13 @@
|
|||
nixpkgs = {
|
||||
overlays = [
|
||||
(self: super: {
|
||||
unstable = import inputs.nixpkgs-unstable { system = super.system; };
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = super.system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = (_: true);
|
||||
};
|
||||
};
|
||||
mfcl3750cdwlpr = (super.callPackage ../../overlays/mfcl3750cdw.nix { }).driver;
|
||||
mfcl3750cdwcupswrapper = (super.callPackage ../../overlays/mfcl3750cdw.nix { }).cupswrapper;
|
||||
pppdf = (super.python3Packages.callPackage ../../overlays/pppdf { });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue