diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-08-23 12:05:10 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-08-23 12:05:10 -0700 |
| commit | 1d3676739cfb0371d6be3ae589020cd6b1a4fd81 (patch) | |
| tree | 81bfb7da4f2e744251099e26cfdf0efe49e8295e /overlays/default.nix | |
| parent | 660425094f842a2a9cf23decc16b664b4d9c68b1 (diff) | |
| download | nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.tar nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.tar.gz nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.tar.bz2 nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.tar.lz nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.tar.xz nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.tar.zst nix-1d3676739cfb0371d6be3ae589020cd6b1a4fd81.zip | |
Bump everything to latest kernel and remove kerneol input
Diffstat (limited to '')
| -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 f5db9e3..4c0b93e 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' |
