File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 478478 wants = [ "remote-fs.target" ] ;
479479 serviceConfig = {
480480 Type = "oneshot" ;
481- ExecStart = "${ ../../scripts/init-memory.sh } ${ cfg . memoryEfs . mountPoint } " ;
481+ ExecStart = "${ pkgs . bash } /bin/bash ${ ../../scripts/init-memory.sh } ${ cfg . memoryEfs . mountPoint } " ;
482482 } ;
483483 } ;
484484
Original file line number Diff line number Diff line change 11{ pkgs } :
22{
33 packages = [
4+ pkgs . bash
45 pkgs . gh
56 pkgs . git
67 pkgs . curl
1617 ] ;
1718
1819 docs = [
20+ { name = "bash" ; description = "Shell runtime for CLAWDINATOR scripts." ; }
1921 { name = "gh" ; description = "GitHub CLI for repo + PR inventory." ; }
2022 { name = "clawdbot-gateway" ; description = "CLAWDINATOR runtime (Clawdbot gateway)." ; }
2123 { name = "git" ; description = "Repo sync + ops." ; }
You can’t perform that action at this time.
0 commit comments