Cursed refactor.

This commit is contained in:
kat witch 2021-03-05 00:36:51 +00:00
parent 20b4bafa85
commit 5845debc95
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
83 changed files with 1000 additions and 804 deletions

View file

@ -6,9 +6,9 @@ rec {
hosts = import ./lib/hosts.nix { inherit pkgs sources witch; };
inherit (pkgs) lib;
deploy = import ./lib/deploy.nix {
inherit pkgs;
inherit (hosts) hosts profiles;
inherit (hosts) hosts groups;
};
}