From b4ae6893e4e9d6c809e83a1934a8feea5d6adf5b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 2 Jun 2021 22:32:41 +0200 Subject: chore(3p/nixpkgs): Bump channels to 2021-06-05 Includes the following depot changes & fixes: * stable moves to NixOS 21.05 * stable isn't used anymore (but we'll keep the mechanism) * haskell overlay's `random` override is removed (YAY!) * grfn/iso: Switch to regular kernel rather than latest kernel, as latest kernel is currently marked as broken due to zfs * grfn/home: Use julia_16-bin temporarily julia 1.5 (current julia-stable, source built release in nixpkgs) doesn't pass its own test suite. Julia 1.6 doesn't have a source built package in nixpkgs yet, so julia_16-bin appears to be the only working julia derivation currently. * tazjin/tverskoy: Use zfs unstable, as stable zfs doesn't work with the latest kernel Co-Authored-By: Griffin Smith Co-Authored-By: sterni Change-Id: I6f2e3d9f75077e4755de6bde9104d44b584cbe4c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3174 Tested-by: BuildkiteCI Reviewed-by: sterni Reviewed-by: tazjin Reviewed-by: grfn --- users/tazjin/nixos/tverskoy/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/tazjin/nixos') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index f6b85b39d22f..ef1dc1853ef5 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -45,6 +45,7 @@ in lib.fix(self: { kernelPackages = pkgs.linuxPackages_latest; loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; + zfs.enableUnstable = true; }; fileSystems = { -- cgit 1.4.1