cluster/services/storage: add grep to runGarage
This commit is contained in:
parent
db416ab9e2
commit
b24e82be3f
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ in
|
|||
|
||||
config = {
|
||||
system.extraIncantations = {
|
||||
runGarage = i: script: i.execShellWith [ config.services.garage.package ] ''
|
||||
runGarage = i: script: i.execShellWith [ config.services.garage.package pkgs.gnugrep ] ''
|
||||
source ${garageShellLibrary}
|
||||
waitForGarage
|
||||
${script}
|
||||
|
|
Loading…
Reference in a new issue