From e0615c785f0a7f636f6753a4357f26b3986be760 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 12 Sep 2026 16:32:30 -0700 Subject: Bump to 6.18 kernel --- 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