mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
Merge #239
239: Minor cleanup r=Mic92 a=SuperSandro2000 Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
commit
2d3d52a1e3
1 changed files with 1 additions and 1 deletions
2
cli.nix
2
cli.nix
|
|
@ -16,7 +16,7 @@ let
|
||||||
|
|
||||||
diskFormat =
|
diskFormat =
|
||||||
if flake != null then
|
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
|
else
|
||||||
import diskoFile ({ inherit lib; } // args);
|
import diskoFile ({ inherit lib; } // args);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue