aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-09-12 16:32:30 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-09-12 16:32:30 -0700
commite0615c785f0a7f636f6753a4357f26b3986be760 (patch)
tree1fe2fe413f3487efe0e36383c3e8045fcc2dfb00 /overlays
parent1c3e49281c213df94a791db94f7c5b492fc205c4 (diff)
downloadnix-e0615c785f0a7f636f6753a4357f26b3986be760.tar
nix-e0615c785f0a7f636f6753a4357f26b3986be760.tar.gz
nix-e0615c785f0a7f636f6753a4357f26b3986be760.tar.bz2
nix-e0615c785f0a7f636f6753a4357f26b3986be760.tar.lz
nix-e0615c785f0a7f636f6753a4357f26b3986be760.tar.xz
nix-e0615c785f0a7f636f6753a4357f26b3986be760.tar.zst
nix-e0615c785f0a7f636f6753a4357f26b3986be760.zip
Bump to 6.18 kernel
Diffstat (limited to '')
-rw-r--r--overlays/default.nix14
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'