File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ if [[ -n ${flake-} ]]; then
173
173
echo ' For example, to use the output nixosConfigurations.foo from the flake.nix, append "#foo" to the flake-uri.' >&2
174
174
exit 1
175
175
fi
176
- disko_script=$( nix_build " ${flake} #nixosConfigurations.${flakeAttr} .config.system.build.disko" )
177
- nixos_system=$( nix_build " ${flake} #nixosConfigurations.${flakeAttr} .config.system.build.toplevel" )
176
+ disko_script=$( nix_build " ${flake} #nixosConfigurations.\" ${flakeAttr} \" .config.system.build.disko" )
177
+ nixos_system=$( nix_build " ${flake} #nixosConfigurations.\" ${flakeAttr} \" .config.system.build.toplevel" )
178
178
elif [[ -n ${disko_script-} ]] && [[ -n ${nixos_system-} ]]; then
179
179
if [[ ! -e ${disko_script} ]] || [[ ! -e ${nixos_system} ]]; then
180
180
abort " ${disko_script} and ${nixos_system} must be existing store-paths"
You can’t perform that action at this time.
0 commit comments