We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca27b88 commit d0c543dCopy full SHA for d0c543d
cli.nix
@@ -108,7 +108,7 @@ let
108
else if hasDiskoModuleFlake then
109
(builtins.getFlake flake).nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}
110
or (pkgs.writeShellScriptBin "disko-compat-error" ''
111
- echo 'Error: Attribute `nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}` >&2
+ echo 'Error: Attribute `nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}`' >&2
112
echo ' not found in flake `${flake}`!' >&2
113
echo ' This is probably caused by the locked version of disko in the flake' >&2
114
echo ' being different from the version of disko you executed.' >&2
0 commit comments