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 /flake.nix | |
| 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 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,7 +31,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; # specific nixpkgs commit for EOL kernel and ZFS - #nixpkgs-kerneol.url ="github:NixOS/nixpkgs/ae05d822afa333fd35d417b399beb1da0ebb689d"; + nixpkgs-kerneol.url ="github:NixOS/nixpkgs/ac63aaa40bea925946d719a839684f5e84ce6661"; # per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages #my-nixpkgs.url = "github:nipsy/nixpkgs/update_reaper_7.61"; @@ -57,7 +57,7 @@ home-manager, #my-nixpkgs, nixos-hardware, - #nixpkgs-kerneol, + nixpkgs-kerneol, nixpkgs-master, #nixpkgs-pr545346, nixpkgs-stable, |
