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 = {
|
config = {
|
||||||
system.extraIncantations = {
|
system.extraIncantations = {
|
||||||
runGarage = i: script: i.execShellWith [ config.services.garage.package ] ''
|
runGarage = i: script: i.execShellWith [ config.services.garage.package pkgs.gnugrep ] ''
|
||||||
source ${garageShellLibrary}
|
source ${garageShellLibrary}
|
||||||
waitForGarage
|
waitForGarage
|
||||||
${script}
|
${script}
|
||||||
|
|
Loading…
Add table
Reference in a new issue