cyclone: Lock to kernel 6.12.x due to ZFS

This commit is contained in:
Spotlight 2025-03-07 22:51:59 -06:00
parent 829749bf73
commit 2bf1f1eb88
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -92,11 +92,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1741217763, "lastModified": 1741393072,
"narHash": "sha256-g/TrltIjFHIjtzKY5CJpoPANfHQWDD43G5U1a/v5oVg=", "narHash": "sha256-+Su28oU1FBvptj1AO0geJP+BcIJghSVxaNFagvW5K2M=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "486b066025dccd8af7fbe5dd2cc79e46b88c80da", "rev": "d2c014e1c73195d1958abec0c5ca6112b07b79da",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -142,11 +142,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1741173522, "lastModified": 1741246872,
"narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=", "narHash": "sha256-Q6pMP4a9ed636qilcYX8XUguvKl/0/LGXhHcRI91p0U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049", "rev": "10069ef4cf863633f57238f179a0297de84bd8d3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -16,7 +16,7 @@
initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ]; initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "usb_storage" "sd_mod" ];
# Use the latest kernel. # Use the latest kernel.
# As such, we'll also use unstable ZFS. # As such, we'll also use unstable ZFS.
kernelPackages = pkgs.linuxPackages_latest; kernelPackages = pkgs.linuxPackages_6_12;
zfs = { zfs = {
package = pkgs.zfs_unstable; package = pkgs.zfs_unstable;
# For reasons unbeknownst to humanity, this drive # For reasons unbeknownst to humanity, this drive