ci: Explicitly cache hexchen's sources

This commit is contained in:
kat witch 2021-05-18 10:35:38 +01:00
parent 0f755f045e
commit b703ab4838
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
2 changed files with 6 additions and 1 deletions

View file

@ -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;