You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [example README](example/README.md) has some next steps.
16
+
18
17
## Why another tool?
19
18
20
19
There are two existing projects with a similar goal already, [clj2nix](https://github.com/hlolli/clj2nix) and [clj-nix](https://github.com/jlesquembre/clj-nix).
@@ -35,6 +34,7 @@ This approach results in a pretty simple implementation and loose coupling to th
35
34
As a consequence, things like aliases "just work" without requiring `clojure-nix-locker` to know about them.
36
35
37
36
Of course, this has its downsides too:
37
+
38
38
- If the directory layout of these caches changes, this tool breaks.
39
39
- Whatever classpath(s) your clojure tools compute at build-time will only work for the duration of that build.
0 commit comments