fix: add util-linux for uuidgen
This commit is contained in:
parent
ebe7b2846c
commit
4d1a69f2e3
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{ writeShellApplication, coreutils, openssh }:
|
||||
{ writeShellApplication, coreutils, openssh, util-linux }:
|
||||
|
||||
writeShellApplication {
|
||||
name = "rm-sync";
|
||||
|
||||
runtimeInputs = [ coreutils openssh ];
|
||||
runtimeInputs = [ coreutils openssh util-linux ];
|
||||
|
||||
text = builtins.readFile ./rm-sync.sh;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue