mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Minor cleanup
This commit is contained in:
parent
10402e3144
commit
8f218e98c1
1 changed files with 1 additions and 1 deletions
2
cli.nix
2
cli.nix
|
@ -16,7 +16,7 @@ let
|
|||
|
||||
diskFormat =
|
||||
if flake != null then
|
||||
(pkgs.lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
|
||||
(lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
|
||||
else
|
||||
import diskoFile ({ inherit lib; } // args);
|
||||
|
||||
|
|
Loading…
Reference in a new issue