summaryrefslogtreecommitdiffstats
path: root/makefu/source.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-03-07 15:27:06 +0100
committermakefu <github@syntax-fehler.de>2018-03-07 15:27:06 +0100
commit574be59987debd726d6a6a8508a697762dca7ca1 (patch)
tree7ae4fbce35868500a8f51735ad52d053028e3e19 /makefu/source.nix
parent3ba773c18e092d327f3d45cede4214e05401ac95 (diff)
ma source: add mic92 as source
Diffstat (limited to 'makefu/source.nix')
-rw-r--r--makefu/source.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/source.nix b/makefu/source.nix
index 474f7e15b..6b32a1b40 100644
--- a/makefu/source.nix
+++ b/makefu/source.nix
@@ -8,6 +8,7 @@ host@{ name,
, musnix ? false
, python ? false
, unstable ? false #unstable channel checked out
+, mic92 ? false
}:
let
builder = if getEnv "dummy_secrets" == "true"
@@ -85,5 +86,12 @@ in
};
})
+ (mkIf ( mic92 ) {
+ mic92.git = {
+ url = https://github.com/Mic92/dotfiles/;
+ ref = "48a1f49";
+ };
+ })
+
override
]