mirror of
https://github.com/jlesquembre/clj-nix.git
synced 2026-02-27 12:55:18 +02:00
Nix helpers for Clojure projects
https://jlesquembre.github.io/clj-nix/
- Clojure 65%
- Nix 29.9%
- Shell 5.1%
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/00c21e4' (2026-02-04)
→ 'github:NixOS/nixpkgs/a82ccc3' (2026-02-13)
|
||
|---|---|---|
| .clj-kondo | ||
| .github | ||
| docs | ||
| extra-pkgs | ||
| modules | ||
| pkgs | ||
| scripts | ||
| src | ||
| templates/default | ||
| test | ||
| .envrc | ||
| .gitignore | ||
| CHANGELOG.md | ||
| deps.edn | ||
| flake.lock | ||
| flake.nix | ||
| helpers.nix | ||
| LICENSE | ||
| README.md | ||
| tests.edn | ||
clj-nix
Nix helpers for Clojure projects
STATUS: alpha.
Overview
The main goal of the project is to reduce the friction between Clojure and Nix. Nix is a great tool to build and deploy software, but Clojure is not well supported in the Nix ecosystem.
clj-nix tries to improve the situation, providing Nix helpers to interact with
Clojure projects
Full documentation: https://jlesquembre.github.io/clj-nix/