mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge pull request #88 from nix-community/fixup
This commit is contained in:
commit
1ecb428c86
1 changed files with 3 additions and 1 deletions
4
cli.nix
4
cli.nix
|
@ -6,7 +6,9 @@
|
|||
, noDeps ? false
|
||||
, ... }@args:
|
||||
let
|
||||
disko = import ./. { };
|
||||
disko = import ./. {
|
||||
lib = pkgs.lib;
|
||||
};
|
||||
|
||||
diskFormat = if flake != null then
|
||||
(pkgs.lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
|
||||
|
|
Loading…
Reference in a new issue