Manzil exposes flake outputs and a compatible
default.nix import.
| With flakes | Without flakes |
|---|---|
nix flake check |
nix-build -A checks |
nix develop |
nix-shell -A devShell |
nix fmt |
nix run .#formatter -- |
nix build .#docs-html |
nix-build -A packages.docs-html |
nix run .#manzil-bench -- 2000 20 |
nix-build -A packages.manzil-bench |
formatter.devShell in the non-flake
entrypoint.packages.<system>.manzil.packages.<system>.manzil-bench.packages.<system>.docs-html.See CONTRIBUTING.md in the repository root for
contribution notes.