Merge pull request #219 from naturallaw777/copilot/fix-hub-autolaunch-script
fix: add coreutils to hub-autolaunch-script PATH
This commit is contained in:
@@ -232,7 +232,7 @@ let
|
|||||||
|
|
||||||
# ── Hub auto-launch wrapper script ────────────────────────────────
|
# ── Hub auto-launch wrapper script ────────────────────────────────
|
||||||
hub-autolaunch-script = pkgs.writeShellScript "sovran-hub-autolaunch.sh" ''
|
hub-autolaunch-script = pkgs.writeShellScript "sovran-hub-autolaunch.sh" ''
|
||||||
export PATH="${lib.makeBinPath [ pkgs.curl ]}:$PATH"
|
export PATH="${lib.makeBinPath [ pkgs.curl pkgs.coreutils ]}:$PATH"
|
||||||
|
|
||||||
DISABLE_FLAG="/var/lib/sovran/hub-autolaunch-disabled"
|
DISABLE_FLAG="/var/lib/sovran/hub-autolaunch-disabled"
|
||||||
BOOT_FLAG="/run/sovran-hub-autolaunch-done"
|
BOOT_FLAG="/run/sovran-hub-autolaunch-done"
|
||||||
|
|||||||
Reference in New Issue
Block a user