A powerful package manager that makes package management reliable, reproducible, and declarative.
nixis experimental and requires enabling experimental features. See also:nix classicfor a classic, stable interface. Some subcommands such asbuild,develop,flake,registry,profile,search,repl,store,edit,why-depends, etc. have their own usage documentation. More information: https://nix.dev/manual/nix/stable/command-ref/new-cli/nix.
nix command:mkdir {{[-p|--parents]}} ~/.config/nix; echo 'experimental-features = nix-command flakes' > ~/.config/nix/nix.conf
nix search nixpkgs {{search_term}}
nix shell {{nixpkgs#pkg1 nixpkgs#pkg2 nixpkgs#pkg3 ...}}
nix profile install {{nixpkgs#pkg1 nixpkgs#pkg2 nixpkgs#pkg3 ...}}
nix store gc
nix repl
nix help {{subcommand}}