diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 15:24:16 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-09-12 15:24:16 -0700 |
| commit | 62c85ef4b0db2551f9523feace47ee17e18214fe (patch) | |
| tree | 72b26ed514a22dd9e55d296c79b5ccc9947d2a62 /overlays | |
| parent | a24bde7ee6cb3a6194f7e11732601f6625714c75 (diff) | |
| download | nix-62c85ef4b0db2551f9523feace47ee17e18214fe.tar nix-62c85ef4b0db2551f9523feace47ee17e18214fe.tar.gz nix-62c85ef4b0db2551f9523feace47ee17e18214fe.tar.bz2 nix-62c85ef4b0db2551f9523feace47ee17e18214fe.tar.lz nix-62c85ef4b0db2551f9523feace47ee17e18214fe.tar.xz nix-62c85ef4b0db2551f9523feace47ee17e18214fe.tar.zst nix-62c85ef4b0db2551f9523feace47ee17e18214fe.zip | |
Add kerneol overlay to test older 7.1 kernel @ginaz
Diffstat (limited to 'overlays')
| -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 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' |
