nova-nix: Windows-native Nix implementation in Haskell and C99
A from-scratch implementation of the Nix package manager that runs
natively on Windows, macOS, and Linux — no WSL or Cygwin. A
Haskell evaluator handles parsing and lazy evaluation, backed by a C99
data layer that keeps evaluation data off the GHC heap. It evaluates
Nix expressions (including real nixpkgs lib), computes derivations and
content-addressed store paths, and includes a derivation builder and
binary-cache substituter.
Built on nova-cache for NAR serialization, narinfo handling, and
Ed25519-signed binary substitution.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- nova-nix-0.2.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.4.0, 0.1.5.0, 0.1.6.0, 0.1.7.0, 0.1.7.1, 0.1.8.0, 0.1.9.0, 0.2.0.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | array (>=0.5 && <0.6), base (>=4.16 && <5), bytestring (>=0.11 && <0.13), containers (>=0.6 && <0.8), crypton (>=1.0 && <1.1), directory (>=1.3 && <1.4), filepath (>=1.4 && <1.6), http-client (>=0.7 && <0.8), http-client-tls (>=0.3 && <0.4), http-types (>=0.12 && <0.13), memory (>=0.18 && <1), mtl (>=2.2 && <2.4), nova-cache (>=0.3.0 && <0.4), nova-nix, process (>=1.6 && <1.7), regex-tdfa (>=1.3 && <1.4), sqlite-simple (>=0.4 && <0.5), text (>=2.0 && <2.2), time (>=1.9 && <1.15) [details] |
| Tested with | ghc ==9.8.4 |
| License | BSD-3-Clause |
| Author | Devon Tomlin |
| Maintainer | devon.tomlin@novavero.ai |
| Uploaded | by aoinoikaz at 2026-06-05T17:46:38Z |
| Category | Nix, Distribution, System |
| Home page | https://github.com/Novavero-AI/nova-nix |
| Bug tracker | https://github.com/Novavero-AI/nova-nix/issues |
| Source repo | head: git clone https://github.com/Novavero-AI/nova-nix -b main |
| Distributions | |
| Executables | nova-nix |
| Downloads | 104 total (34 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2026-06-05 [all 1 reports] |