diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-12-10 10:20:59 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-12-10 10:20:59 -0800 |
commit | 77df37ee2058848e9fa54f92900fbfcb7a812805 (patch) | |
tree | 69724e46757c1a855d06c1e45c1058fbe976b685 | |
parent | a77132be02083c1cbd16ff360d464c4c3657aaad (diff) | |
download | nix-77df37ee2058848e9fa54f92900fbfcb7a812805.tar nix-77df37ee2058848e9fa54f92900fbfcb7a812805.tar.gz nix-77df37ee2058848e9fa54f92900fbfcb7a812805.tar.bz2 nix-77df37ee2058848e9fa54f92900fbfcb7a812805.tar.lz nix-77df37ee2058848e9fa54f92900fbfcb7a812805.tar.xz nix-77df37ee2058848e9fa54f92900fbfcb7a812805.tar.zst nix-77df37ee2058848e9fa54f92900fbfcb7a812805.zip |
Temporarily disable nvidia-patch
-rw-r--r-- | hosts/arrakis/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 337ec94..e8c0366 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -223,7 +223,7 @@ }; hostPlatform = "x86_64-linux"; overlays = [ - inputs.nvidia-patch.overlays.default + #inputs.nvidia-patch.overlays.default outputs.overlays.additions outputs.overlays.modifications outputs.overlays.master-packages |