mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 08:00:05 +01:00
pass lib along
Avoid impurities
This commit is contained in:
parent
8ae729e9be
commit
8c0fa72ab4
1 changed files with 3 additions and 1 deletions
4
cli.nix
4
cli.nix
|
|
@ -6,7 +6,9 @@
|
||||||
, noDeps ? false
|
, noDeps ? false
|
||||||
, ... }@args:
|
, ... }@args:
|
||||||
let
|
let
|
||||||
disko = import ./. { };
|
disko = import ./. {
|
||||||
|
lib = pkgs.lib;
|
||||||
|
};
|
||||||
|
|
||||||
diskFormat = if flake != null then
|
diskFormat = if flake != null then
|
||||||
(pkgs.lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
|
(pkgs.lib.attrByPath [ "diskoConfigurations" flakeAttr ] (builtins.abort "${flakeAttr} does not exist") (builtins.getFlake flake)) args
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue