mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
shell: HISTFILE, CI, runners
This commit is contained in:
parent
ea449f61f9
commit
4e775b6691
5 changed files with 68 additions and 16 deletions
|
|
@ -15,7 +15,9 @@ rec {
|
|||
})
|
||||
hosts targets;
|
||||
|
||||
inherit (pkgs) lib;
|
||||
inherit (pkgs) lib;
|
||||
|
||||
runners = import ./runners.nix { inherit lib; inherit (deploy) target; };
|
||||
|
||||
deploy = import ./lib/deploy.nix {
|
||||
inherit pkgs sources;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue