2021-01-22 19:26:05 +00:00
|
|
|
rec {
|
2021-01-10 23:53:41 +00:00
|
|
|
sources = import ./nix/sources.nix;
|
|
|
|
pkgs = import ./pkgs {};
|
2021-01-22 19:26:05 +00:00
|
|
|
inherit (pkgs) lib;
|
|
|
|
inherit (import (sources.nix-hexchen + "/lib/hosts.nix") { inherit pkgs; hostsDir = ./hosts; commonImports = [./common]; pkgsPath = ./pkgs; }) hosts groups;
|
|
|
|
deploy = import (sources.nix-hexchen + "/lib/deploy.nix") { inherit pkgs hosts groups; };
|
2020-11-27 20:56:20 +00:00
|
|
|
}
|