diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 15:33:09 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 15:33:09 -0700 |
| commit | 324cb10b4562a0d3e318f2d067f989dd8a0dabcc (patch) | |
| tree | a7f247ad44871000d242cf8dcb0ea7f24567f3b2 /overlays/default.nix | |
| parent | 62c85ef4b0db2551f9523feace47ee17e18214fe (diff) | |
| download | nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.tar nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.tar.gz nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.tar.bz2 nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.tar.lz nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.tar.xz nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.tar.zst nix-324cb10b4562a0d3e318f2d067f989dd8a0dabcc.zip | |
Remove kerneol for master 7.2 and blacklist nouveau @ginaz
Diffstat (limited to '')
| -rw-r--r-- | overlays/default.nix | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 25e4c7e..ea0eb82 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -75,13 +75,13 @@ # When applied, the kerneol nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.kerneol' - kerneol-packages = final: _prev: { - kerneol = import inputs.nixpkgs-kerneol { - inherit (final); - config.allowUnfree = true; - localSystem = final.stdenv.hostPlatform; - }; - }; + #kerneol-packages = final: _prev: { + # kerneol = import inputs.nixpkgs-kerneol { + # inherit (final); + # config.allowUnfree = true; + # localSystem = final.stdenv.hostPlatform; + # }; + #}; # When applied, the master nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.master' |
