mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Massive rework to rebase on hexchen's new nixfiles deploy stuffs.
This commit is contained in:
parent
6eac632061
commit
f2eb255ba5
62 changed files with 990 additions and 846 deletions
15
default.nix
15
default.nix
|
|
@ -1,4 +1,13 @@
|
|||
{
|
||||
inherit (import ./lib/deploy.nix) deploy;
|
||||
pkgs = import ./pkgs;
|
||||
let
|
||||
pkgs = import ./pkgs { };
|
||||
hosts = import ./lib/hosts.nix { inherit pkgs; };
|
||||
in {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) lib;
|
||||
inherit (hosts) hosts profiles;
|
||||
deploy = import ./lib/deploy.nix {
|
||||
inherit pkgs;
|
||||
inherit (hosts) hosts profiles;
|
||||
};
|
||||
sources = import ./nix/sources.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue