Nix is an open source build tool that helps you package and deliver any application in a reproducible way. NixOS is a linux distribution built upon the Nix package manager that brings reliable/predictable deployments at your fingertips.
Get startedInteresting projects usually require you to work together with multiple ecosystems of programming languages. Nix can help you bring all
curl -L https://nixos.org/nix/install | sh
nix-env -qaP firefox
nixpkgs.firefox-esr firefox-68.5.0esr
nixpkgs.firefox-esr-wrapper firefox-68.5.0esr
nixpkgs.firefox firefox-73.0.1
nixpkgs.firefox-wayland firefox-73.0.1
nixpkgs.firefox-wrapper firefox-73.0.1
nixpkgs.firefoxWrapper firefox-73.0.1
nix-env -iA nixpkgs.firefox
installing 'firefox-73.0.1'
...
building '/nix/store/jyi3glna0k1k1d42a3jkfpnjl5ikkva5-user-environment.drv'...