
nix-classic
List of commands for nix-classic:
-
nix-classic:tldr:045c4 nix-classic: Remove unused paths from Nix store.$ nix-collect-garbagetry on your machineexplain this command
-
nix-classic:tldr:3b2c7 nix-classic: Update the channels (repositories).$ nix-channel --updatetry on your machineexplain this command
-
nix-classic:tldr:6bedc nix-classic: Start a shell with the specified packages available.$ nix-shell -p ${pkg1 pkg2 pkg3---}try on your machineexplain this command
-
nix-classic:tldr:8e33c nix-classic: Show all dependencies of a store path (package), in a tree format.$ nix-store --query --tree ${-nix-store----}try on your machineexplain this command
-
nix-classic:tldr:9915f nix-classic: Install some packages permanently.$ nix-env -iA ${nixpkgs-pkg1 nixpkgs-pkg2---}try on your machineexplain this command
-
nix-classic:tldr:c7c06 nix-classic: Search for a package in nixpkgs via its name.$ nix-env -qaP ${search_term_regexp}try on your machineexplain this command