extra args to cloneRepo script

This commit is contained in:
Griffin Smith 2020-03-29 12:48:31 -04:00
parent 59f6680d85
commit 83ba2c6365

View file

@ -50,7 +50,7 @@ with lib;
home.activation =
mapAttrs
(_: {
url, path, github, onClone, after
url, path, github, onClone, after, ...
}:
let repoURL = if isNull url then "git@github.com:${github}" else url;
in hm.dag.entryAfter (["writeBoundary"] ++ after) ''