zfsStable, zfsUnstable: fix eval

This commit is contained in:
sternenseemann 2021-09-17 11:36:46 +02:00 committed by Alyssa Ross
parent d4f282e393
commit 29f8f30b37

View file

@ -16,7 +16,7 @@
, enablePython ? true
# for determining the latest compatible linuxPackages
, linuxPackages_5_13 ? pkgs.linuxKernel.packages.linux_5_13
, linuxPackages_5_14 ? pkgs.linuxKernel.packages.linux_5_14
}:
with lib;