diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 13:19:06 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 13:19:06 -0700 |
| commit | a1e3302ee2741641bd010a13a4f2eaee331aa600 (patch) | |
| tree | be337941ff91dadc2fa727962ed7e1a78397ad52 /flake.nix | |
| parent | e017ea7e9cbd1fa8c10f792ecd2ac69181587780 (diff) | |
| download | nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.tar nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.tar.gz nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.tar.bz2 nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.tar.lz nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.tar.xz nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.tar.zst nix-a1e3302ee2741641bd010a13a4f2eaee331aa600.zip | |
Disable all nvidia drivers
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39,10 +39,10 @@ #nixpkgs-pr545346.url = "github:JamieMagee/nixpkgs/python3Packages.ct3"; #nixpkgs-wine9_22.url = "github:nixos/nixpkgs/dea5930f0ed8c29d3758d5ade9898b4e99d80b74"; - nvidia-patch = { - url = "github:icewind1991/nvidia-patch-nixos"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + #nvidia-patch = { + # url = "github:icewind1991/nvidia-patch-nixos"; + # inputs.nixpkgs.follows = "nixpkgs"; + #}; sops-nix = { url = "github:Mic92/sops-nix"; |
