diff options
Diffstat (limited to 'lib/lib.nix')
| -rw-r--r-- | lib/lib.nix | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/lib.nix b/lib/lib.nix deleted file mode 100644 index 54d6712..0000000 --- a/lib/lib.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ - lib, - inputs, - self, -}: -let - builders = import ./builders.nix { inherit lib inputs self; }; -in -{ - inherit builders; - - inherit (builders) - nixosSystem - nixosSystemStable - darwinSystem - homeManagerConfiguration - ; - - nginx = import ./nginx.nix lib; -} |
