[fix] added missing single quote in script
This commit is contained in:

committed by
Michael Hoang

parent
ca27b88c88
commit
d0c543d740
2
cli.nix
2
cli.nix
@@ -108,7 +108,7 @@ let
|
||||
else if hasDiskoModuleFlake then
|
||||
(builtins.getFlake flake).nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}
|
||||
or (pkgs.writeShellScriptBin "disko-compat-error" ''
|
||||
echo 'Error: Attribute `nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}` >&2
|
||||
echo 'Error: Attribute `nixosConfigurations.${flakeAttr}.config.system.build.${diskoAttr}`' >&2
|
||||
echo ' not found in flake `${flake}`!' >&2
|
||||
echo ' This is probably caused by the locked version of disko in the flake' >&2
|
||||
echo ' being different from the version of disko you executed.' >&2
|
||||
|
Reference in New Issue
Block a user