aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-21 01:01:10 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-21 01:01:10 -0700
commit988f4d05e435d128f26b239180a37fdac35fe2b7 (patch)
tree58aa28626315b342a9e5ec37cc54e043f70eba93 /flake.nix
parent9909f2cb6c0b51ebe2fa9f39e00bc94c77ed8396 (diff)
downloadnix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar
nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.gz
nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.bz2
nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.lz
nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.xz
nix-988f4d05e435d128f26b239180a37fdac35fe2b7.tar.zst
nix-988f4d05e435d128f26b239180a37fdac35fe2b7.zip
Add nVidia patches
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 1f4435c..8009bc3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -63,7 +63,7 @@
home-manager.users.nipsy = import ./home/nipsy/arrakis.nix;
}
sops-nix.nixosModules.sops
- { nixpkgs.overlays = [ inputs.nvidia-patch.overlays.default ]; }
+ ({ config, pkgs, ... }: { nixpkgs.overlays = [ nvidia-patch.overlays.default ]; })
];
};