aboutsummaryrefslogtreecommitdiffstats
path: root/overlays
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2026-09-12 15:44:39 -0700
committerMark Nipper <nipsy@bitgnome.net>2026-09-12 15:44:39 -0700
commite1f4587b4ad4710dc75321e63844e9f8f587bd01 (patch)
tree5c579f25f69280ae167c641a2e6beab45b97cbe1 /overlays
parent324cb10b4562a0d3e318f2d067f989dd8a0dabcc (diff)
downloadnix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.tar
nix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.tar.gz
nix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.tar.bz2
nix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.tar.lz
nix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.tar.xz
nix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.tar.zst
nix-e1f4587b4ad4710dc75321e63844e9f8f587bd01.zip
Add kerneol overlay to test older 7.0 kernel @ginaz
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 ea0eb82..25e4c7e 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'