mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Add missing dependency gnused
gnused is used in the disk-deactivate.jq script, but was not defined in the list of dependencies.
This commit is contained in:
parent
fbbac1aee6
commit
0a17298c0d
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
set -efux -o pipefail
|
||||
# dependencies: bash jq util-linux lvm2 mdadm zfs gnugrep
|
||||
# dependencies: bash jq util-linux lvm2 mdadm zfs gnugrep sed
|
||||
disk=$(realpath "$1")
|
||||
|
||||
lsblk -a -f >&2
|
||||
|
|
|
@ -400,6 +400,7 @@ let
|
|||
lvm2
|
||||
bash
|
||||
jq
|
||||
gnused
|
||||
])}:$PATH
|
||||
${cfg.config._destroy}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue