aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f54c2b4..353697d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,6 +30,9 @@
#nixpkgs-staging.url = "github:NixOS/nixpkgs/staging-nixos";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ # specific nixpkgs commit for EOL kernel and ZFS
+ nixpkgs-kerneol.url ="github:NixOS/nixpkgs/ae05d822afa333fd35d417b399beb1da0ebb689d";
+
# per https://nixos-and-flakes.thiscute.world/nixos-with-flakes/downgrade-or-upgrade-packages
#my-nixpkgs.url = "github:nipsy/nixpkgs/update_reaper_7.61";
#nixpkgs-67e692392.url = "github:nixos/nixpkgs/67e69239226f37168d1adb8d29bd61150756a03e";
@@ -54,6 +57,7 @@
home-manager,
#my-nixpkgs,
nixos-hardware,
+ nixpkgs-kerneol,
nixpkgs-master,
#nixpkgs-pr495610,
nixpkgs-stable,