This is fucked, isn't it?
This commit is contained in:
parent
3499b1cfc2
commit
629903b801
|
@ -7,13 +7,13 @@ let
|
|||
|
||||
pthru = o: builtins.trace o o;
|
||||
|
||||
build-tools-edn = toEDN {
|
||||
build-tools-edn = pthru (toEDN {
|
||||
aliases.build = {
|
||||
ns-build = "'build";
|
||||
replace-deps."'io.github.clojure/tools.build"."local/root" =
|
||||
"${build-tools-jar}";
|
||||
};
|
||||
};
|
||||
});
|
||||
|
||||
build-tools-deps = writeTextDir "deps.edn" (pthru build-tools-edn);
|
||||
|
||||
|
|
Loading…
Reference in New Issue