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

@ -38,7 +38,7 @@ rec {
}))
hostNames);
targets = foldAttrs (host: hosts: [ host ] ++ hosts) [ ] (mapAttrsToList
targets = filterAttrs (targetName: _: targetName != "") (foldAttrs (host: hosts: [ host ] ++ hosts) [ ] (mapAttrsToList
(hostName: host: { ${host.config.deploy.target} = hostName; })
hosts);
hosts));
}