From 83ba2c63653e1ef74cccc4888fe0b9f79987e614 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 29 Mar 2020 12:48:31 -0400 Subject: extra args to cloneRepo script --- home/modules/lib/cloneRepo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/lib/cloneRepo.nix b/home/modules/lib/cloneRepo.nix index 50f6ca2d3d01..3f39ad57bd4c 100644 --- a/home/modules/lib/cloneRepo.nix +++ b/home/modules/lib/cloneRepo.nix @@ -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) '' -- cgit 1.4.1