nixos/zfs: fix reference to awk

broken in 648a6c4348
This commit is contained in:
Jörg Thalheim 2021-02-03 11:40:51 +01:00
parent e7288c3f8d
commit 0e784a2a3b
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -513,7 +513,7 @@ in
script = (importLib {
# See comments at importLib definition.
zpoolCmd = "${cfgZfs.package}/sbin/zpool";
zfsCmd = "${cfgZfs.package}/sbin/zfs";
awkCmd = "${pkgs.gawk}/bin/awk";
inherit cfgZfs;
}) + ''
poolImported "${pool}" && exit