Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 421 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 421 Bytes

Nix by Example

Nix is a powerful functional package manager for Linux and other Unix systems that makes package management reliable and reproducible.

It provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package, multi-user package management and easy setup of build environments.

Python developers can think of it as a language-agnostic virtualenv.