Initial checkin

This commit is contained in:
2022-05-28 11:51:36 -07:00
commit a15b3b8494
6 changed files with 1324 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ writeShellScriptBin, build-tools-src, clj2nix, ... }:
writeShellScriptBin "update-build-tools-deps.sh" ''
${clj2nix}/bin/clj2nix ${build-tools-src}/deps.edn deps.nix
''