nixos/zfs: fix reference to awk
broken in 648a6c4348f19c5c50bbff20ed683f783194574b
This commit is contained in:
parent
e7288c3f8d
commit
0e784a2a3b
@ -513,7 +513,7 @@ in
|
|||||||
script = (importLib {
|
script = (importLib {
|
||||||
# See comments at importLib definition.
|
# See comments at importLib definition.
|
||||||
zpoolCmd = "${cfgZfs.package}/sbin/zpool";
|
zpoolCmd = "${cfgZfs.package}/sbin/zpool";
|
||||||
zfsCmd = "${cfgZfs.package}/sbin/zfs";
|
awkCmd = "${pkgs.gawk}/bin/awk";
|
||||||
inherit cfgZfs;
|
inherit cfgZfs;
|
||||||
}) + ''
|
}) + ''
|
||||||
poolImported "${pool}" && exit
|
poolImported "${pool}" && exit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user