mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
ref: streamline extra lib
This commit is contained in:
parent
69e57de48b
commit
9d006f39fc
6 changed files with 124 additions and 146 deletions
|
|
@ -22,8 +22,8 @@ let
|
|||
, ...
|
||||
}@attrs:
|
||||
let
|
||||
lib' = lib.extend (lib: self: import ./lib/extra.nix { inherit lib pkgs; });
|
||||
attrs' = lib.filterAttrs (n: _: n != "module") attrs;
|
||||
lib' = lib.extend (lib: self: import ./lib/upstreamables.nix { inherit lib pkgs; });
|
||||
attrs' = builtins.removeAttrs attrs [ "module" ];
|
||||
in
|
||||
lib'.evalModules (lib.recursiveUpdate
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue