mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
ci: Explicitly cache hexchen's sources
This commit is contained in:
parent
0f755f045e
commit
b703ab4838
2 changed files with 6 additions and 1 deletions
|
|
@ -19,6 +19,8 @@ rec {
|
|||
|
||||
runners = import ./runners.nix { inherit lib; inherit (deploy) target; };
|
||||
|
||||
sourceCache = toString (lib.mapAttrsToList(sourceName: value: "${value}") (removeAttrs (import sources.nix-hexchen {}).sources [ "__functor" ]));
|
||||
|
||||
deploy = import ./lib/deploy.nix {
|
||||
inherit pkgs sources;
|
||||
inherit hosts targets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue