shell: HISTFILE, CI, runners

This commit is contained in:
kat witch 2021-05-15 00:50:24 +01:00
parent ea449f61f9
commit 4e775b6691
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 68 additions and 16 deletions

View file

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