summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/sif.nix b/sif.nix
index a5c0864f..de7627ad 100644
--- a/sif.nix
+++ b/sif.nix
@@ -135,12 +135,7 @@
135 ]; 135 ];
136 136
137 passthru = { 137 passthru = {
138 settings = pkgs.callPackage (import <nixpkgs/pkgs/os-specific/linux/nvidia-x11/settings.nix> self.nvidiaPackages.stable "15psxvd65wi6hmxmd2vvsp2v0m07axw613hb355nh15r1dpkr3ma") { 138 inherit (super.nvidiaPackages.stable) settings persistenced persistencedVersion settingsVersion;
139 withGtk2 = true;
140 withGtk3 = false;
141 };
142
143 persistenced = pkgs.lib.mapNullable (hash: pkgs.callPackage (import <nixpkgs/pkgs/os-specific/linux/nvidia-x11/persistenced.nix> self.nvidiaPackages.stable hash) { }) "13izz9p2kg9g38gf57g3s2sw7wshp1i9m5pzljh9v82c4c22x1fw";
144 }; 139 };
145 }); 140 });
146 }; 141 };