From 4eb6b5735e056ca08366e4ee43c8bfdef985d0de Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 25 Mar 2024 16:46:51 +0000 Subject: [PATCH] users/s6-rc: allow `startS6 ""` --- modules/users/s6-rc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/s6-rc.nix b/modules/users/s6-rc.nix index f750d58da..02b2797fa 100644 --- a/modules/users/s6-rc.nix +++ b/modules/users/s6-rc.nix @@ -236,7 +236,7 @@ in fs.".profile".symlink.text = '' function startS6() { - local S6_TARGET="''${1:-default}" + local S6_TARGET="''${1-default}" local S6_RUN_DIR="$XDG_RUNTIME_DIR/s6" local COMPILED="$S6_RUN_DIR/compiled"