gui-installer: add missing double quotes for nix-command flakes

This commit is contained in:
Michael Hoang
2024-12-04 19:25:11 +11:00
parent f8bf918415
commit caef3dd64c

View File

@@ -55,7 +55,7 @@ start_clan_gui() {
exec nix run \
https://git.clan.lol/clan/clan-core/archive/main.tar.gz#clan-app \
--no-accept-flake-config \
--extra-experimental-features flakes nix-command -- "$@"
--extra-experimental-features "flakes nix-command" -- "$@"
}
main() {