From 324cb10b4562a0d3e318f2d067f989dd8a0dabcc Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 12 Sep 2026 15:33:09 -0700 Subject: Remove kerneol for master 7.2 and blacklist nouveau @ginaz --- overlays/default.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'overlays') 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' -- cgit v1.3.1