1.
Introduction
2.
Quick Start
3.
Installation
❱
3.1.
Supported Platforms
3.2.
Installing a Binary Distribution
3.3.
Installing Lix from Source
❱
3.3.1.
Prerequisites
3.3.2.
Obtaining a Source Distribution
3.3.3.
Building Lix from Source
3.4.
Using Lix within Docker
3.5.
Security
❱
3.5.1.
Single-User Mode
3.5.2.
Multi-User Mode
3.6.
Environment Variables
3.7.
Upgrading Lix
3.8.
Uninstalling Lix
4.
Package Management
❱
4.1.
Basic Package Management
4.2.
Profiles
4.3.
Garbage Collection
❱
4.3.1.
Garbage Collector Roots
4.4.
Sharing Packages Between Machines
❱
4.4.1.
Serving a Nix store via HTTP
4.4.2.
Copying Closures via SSH
4.4.3.
Serving a Nix store via SSH
4.4.4.
Serving a Nix store via S3
5.
Nix Language
❱
5.1.
Data Types
5.2.
Language Constructs
❱
5.2.1.
String interpolation
5.3.
Operators
5.4.
Derivations
❱
5.4.1.
Advanced Attributes
5.5.
Built-in Constants
5.6.
Built-in Functions
6.
Advanced Topics
❱
6.1.
Remote Builds
6.2.
Tuning Cores and Jobs
6.3.
Verifying Build Reproducibility
6.4.
Using the post-build-hook
7.
Command Reference
❱
7.1.
Common Options
7.2.
Common Environment Variables
7.3.
Main Commands
❱
7.3.1.
nix-build
7.3.2.
nix-shell
7.3.3.
nix-store
❱
7.3.3.1.
nix-store --add-fixed
7.3.3.2.
nix-store --add
7.3.3.3.
nix-store --delete
7.3.3.4.
nix-store --dump-db
7.3.3.5.
nix-store --dump
7.3.3.6.
nix-store --export
7.3.3.7.
nix-store --gc
7.3.3.8.
nix-store --generate-binary-cache-key
7.3.3.9.
nix-store --import
7.3.3.10.
nix-store --load-db
7.3.3.11.
nix-store --optimise
7.3.3.12.
nix-store --print-env
7.3.3.13.
nix-store --query
7.3.3.14.
nix-store --read-log
7.3.3.15.
nix-store --realise
7.3.3.16.
nix-store --repair-path
7.3.3.17.
nix-store --restore
7.3.3.18.
nix-store --serve
7.3.3.19.
nix-store --verify-path
7.3.3.20.
nix-store --verify
7.3.4.
nix-env
❱
7.3.4.1.
nix-env --delete-generations
7.3.4.2.
nix-env --install
7.3.4.3.
nix-env --list-generations
7.3.4.4.
nix-env --query
7.3.4.5.
nix-env --rollback
7.3.4.6.
nix-env --set-flag
7.3.4.7.
nix-env --set
7.3.4.8.
nix-env --switch-generation
7.3.4.9.
nix-env --switch-profile
7.3.4.10.
nix-env --uninstall
7.3.4.11.
nix-env --upgrade
7.4.
Utilities
❱
7.4.1.
nix-channel
7.4.2.
nix-collect-garbage
7.4.3.
nix-copy-closure
7.4.4.
nix-daemon
7.4.5.
nix-hash
7.4.6.
nix-instantiate
7.4.7.
nix-prefetch-url
7.5.
Experimental Commands
❱
7.5.1.
nix
7.5.2.
nix build
7.5.3.
nix bundle
7.5.4.
nix config
7.5.5.
nix config show
7.5.6.
nix copy
7.5.7.
nix daemon
7.5.8.
nix derivation
7.5.9.
nix derivation add
7.5.10.
nix derivation show
7.5.11.
nix develop
7.5.12.
nix doctor
7.5.13.
nix edit
7.5.14.
nix eval
7.5.15.
nix flake
7.5.16.
nix flake archive
7.5.17.
nix flake check
7.5.18.
nix flake clone
7.5.19.
nix flake info
7.5.20.
nix flake init
7.5.21.
nix flake lock
7.5.22.
nix flake metadata
7.5.23.
nix flake new
7.5.24.
nix flake prefetch
7.5.25.
nix flake show
7.5.26.
nix flake update
7.5.27.
nix fmt
7.5.28.
nix hash
7.5.29.
nix hash file
7.5.30.
nix hash path
7.5.31.
nix hash to-base16
7.5.32.
nix hash to-base32
7.5.33.
nix hash to-base64
7.5.34.
nix hash to-sri
7.5.35.
nix help
7.5.36.
nix help-stores
7.5.37.
nix key
7.5.38.
nix key convert-secret-to-public
7.5.39.
nix key generate-secret
7.5.40.
nix log
7.5.41.
nix nar
7.5.42.
nix nar cat
7.5.43.
nix nar dump-path
7.5.44.
nix nar ls
7.5.45.
nix path-info
7.5.46.
nix print-dev-env
7.5.47.
nix profile
7.5.48.
nix profile diff-closures
7.5.49.
nix profile history
7.5.50.
nix profile install
7.5.51.
nix profile list
7.5.52.
nix profile remove
7.5.53.
nix profile rollback
7.5.54.
nix profile upgrade
7.5.55.
nix profile wipe-history
7.5.56.
nix realisation
7.5.57.
nix realisation info
7.5.58.
nix registry
7.5.59.
nix registry add
7.5.60.
nix registry list
7.5.61.
nix registry pin
7.5.62.
nix registry remove
7.5.63.
nix repl
7.5.64.
nix run