Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.9 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.9 KB

Zix

Open Collective supporters CI

Zix is a fork of the CppNix implementation of the Nix package manager. It's goal is to replace C++ components with a Zig implementation.

Installation and first steps

Visit nix.dev for installation instructions and beginner tutorials.

Full reference documentation can be found in the Nix manual.

Building and developing

Follow instructions in the Nix reference manual to set up a development environment and build Nix from source.

Contributing

Check the contributing guide if you want to get involved with developing Nix.

Additional resources

Nix was created by Eelco Dolstra and developed as the subject of his PhD thesis The Purely Functional Software Deployment Model, published 2006. Today, a world-wide developer community contributes to Nix and the ecosystem that has grown around it.

License

Nix is released under the LGPL v2.1.