add lib.attrsets file (empty, for now)

main
Felix Stupp 1 month ago
parent 79fd0353cb
commit ea7a167bf9
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -0,0 +1,7 @@
{ ... }@flakeArg:
let
in
{
}

@ -10,6 +10,7 @@ nixpkgs.lib
# groups # groups
// mapAttrs (autoExtend nixpkgs.lib) { // mapAttrs (autoExtend nixpkgs.lib) {
attrsets = ./attrsets.nix;
math = ./math.nix; math = ./math.nix;
modules = ./modules.nix; modules = ./modules.nix;
network = ./network.nix; network = ./network.nix;

Loading…
Cancel
Save