builders: return of lib.right
parent
e81e16168a
commit
62b1d553f2
|
@ -8,10 +8,10 @@ let
|
|||
overlays = [ self.overlays.default ];
|
||||
});
|
||||
|
||||
lib = nixpkgs.lib;
|
||||
lib = nixpkgs.lib.extend (import ../lib);
|
||||
|
||||
inherit (inputs.home-manager.lib) homeManagerConfiguration;
|
||||
inherit (lib) nixosSystem;
|
||||
inherit (lib) nixosSystem right;
|
||||
inherit (lib.strings) optionalString;
|
||||
inherit (lib.attrsets) nameValuePair;
|
||||
in
|
||||
|
|
Loading…
Reference in New Issue