about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-05-27T14·36+0200
committerclbot <clbot@tvl.fyi>2022-05-30T07·42+0000
commit58df008ca93327c7b5692b137963ade5298775e6 (patch)
treeb2df94ab60449f9de323a776a228060b0066c792 /users
parent0d4cf119bc1ed44dde3805401605eddf3f9fff56 (diff)
chore(3p/sources): Bump channels & overlays r/4190
This time, the emacs-overlay seems to have unbroken itself.

* //users/tazjin: use zfs.latestCompatibleLinuxPackages instead of
  linuxPackages_latest, since ZFS needs time to catch up (i.e. ZFS is
  broken with a 5.18 kernel).
  See https://github.com/NixOS/nixpkgs/pull/174091#issuecomment-1137175076

Change-Id: I8d1123af236a5e56618f6ac7a2e22511594b7d4b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5792
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/nixos/tverskoy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix
index 4a94e58c5f..0d85a53b8a 100644
--- a/users/tazjin/nixos/tverskoy/default.nix
+++ b/users/tazjin/nixos/tverskoy/default.nix
@@ -41,7 +41,7 @@ lib.fix (self: {
     extraModulePackages = [ kernelPackages.acpi_call ];
 
     kernelModules = [ "kvm-amd" "i2c_dev" ];
-    kernelPackages = pkgs.linuxPackages_latest;
+    kernelPackages = pkgs.zfsUnstable.latestCompatibleLinuxPackages;
     loader.systemd-boot.enable = true;
     loader.efi.canTouchEfiVariables = true;
     zfs.enableUnstable = true;