mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
project-wide: Accessing tf config from NixOS now possible
This commit is contained in:
parent
1ce1328695
commit
74cee01680
4 changed files with 6 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ rec {
|
|||
|
||||
hosts = import ./lib/hosts.nix {
|
||||
inherit pkgs sources witch profiles;
|
||||
inherit (deploy) tf;
|
||||
inherit (deploy) target;
|
||||
};
|
||||
|
||||
inherit (pkgs) lib;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue