devshell: Allow deploy-multi without options
CI / Check, build and cache nixfiles (push) Has been cancelled
CI / Check, build and cache nixfiles (push) Has been cancelled
This commit is contained in:
@@ -144,7 +144,11 @@ in
|
||||
help = "Deploy multiple flakes at once";
|
||||
command = ''
|
||||
for f in $@; do
|
||||
deploy "$O" $f
|
||||
if [ -n "''${O:-}" ]; then
|
||||
deploy "$O" $f
|
||||
else
|
||||
deploy $f
|
||||
fi
|
||||
done
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user