<nixoswikibot>
[[Nix command/repl]] N https://nixos.wiki/index.php?oldid=4395&rcid=4518 * Mic92 * (+282) Created page with "This article is about the <code>nix repl</code> subcommand. == Description == Start an interactive environment for evaluating Nix expressions. == Examples == Display all s..."
<nixoswikibot>
[[Nix command/search]] N https://nixos.wiki/index.php?oldid=4399&rcid=4522 * Mic92 * (+714) Created page with "This article is about the <code>nix search</code> subcommand. == Description == Query available packages. == Examples == To show all packages in the flake in the current..."
<nixoswikibot>
[[Nix command/shell]] N https://nixos.wiki/index.php?oldid=4401&rcid=4524 * Mic92 * (+720) Created page with "This article is about the <code>nix shell</code> subcommand. == Description == Run a shell in which the specified packages are available. == Examples == To start a shell..."
<nixoswikibot>
[[Nix command/copy]] N https://nixos.wiki/index.php?oldid=4403&rcid=4526 * Mic92 * (+995) Created page with "This article is about the <code>nix copy</code> subcommand. == Description == Copy paths between Nix stores. To copy Firefox from the local store to a binary cache in file:..."
<nixoswikibot>
[[Nix command/edit]] N https://nixos.wiki/index.php?oldid=4404&rcid=4527 * Mic92 * (+376) Created page with "This article is about the <code>nix edit</code> subcommand. == Description == Open the Nix expression of a Nix package in $EDITOR. == Usage == <syntaxHighlight lang=consol..."
<nixoswikibot>
[[Nix command/eval]] N https://nixos.wiki/index.php?oldid=4406&rcid=4529 * Mic92 * (+803) Created page with "This article is about the <code>nix eval</code> subcommand. == Description == Evaluate a Nix expression. == Examples == To evaluate a Nix expression given on the command l..."
<nixoswikibot>
[[Nix command/log]] N https://nixos.wiki/index.php?oldid=4408&rcid=4531 * Mic92 * (+696) Created page with "This article is about the <code>nix log</code> subcommand. == Description == Show the build log of the specified packages or paths, if available. == Usage == <syntaxHighl..."
<nixoswikibot>
[[Nix command/path-info]] N https://nixos.wiki/index.php?oldid=4409&rcid=4532 * Mic92 * (+1416) Created page with "This article is about the <code>nix path-info</code> subcommand. == Description == Query information about store paths. == Usage == <syntaxHighlight lang=console> $ nix pa..."
<nixoswikibot>
[[Nix command/registry]] N https://nixos.wiki/index.php?oldid=4410&rcid=4533 * Mic92 * (+514) Created page with "This article is about the <code>nix registry</code> subcommand. == Usage == <syntaxHighlight lang=console> $ nix registry COMMAND FLAGS... ARGS... </syntaxHighlight> == Ava..."
nixoswikibot has quit [Remote host closed the connection]
nixoswikibot has joined #nixos-wiki
<nixoswikibot>
[[Nix command/verify]] N https://nixos.wiki/index.php?oldid=4411&rcid=4534 * Mic92 * (+524) Created page with "This article is about the <code>nix verify</code> subcommand. == Description == Verify the integrity of store paths. == Usage == <syntaxHighlight lang=console> $ nix veri..."
<nixoswikibot>
[[Nix command/why-depends]] N https://nixos.wiki/index.php?oldid=4412&rcid=4535 * Mic92 * (+790) Created page with "This article is about the <code>nix why-depends</code> subcommand. == Description == Show why a package has another package in its closure. == Usage == <syntaxHighlight lan..."
<nixoswikibot>
[[Nix command/add-to-store]] N https://nixos.wiki/index.php?oldid=4414&rcid=4537 * Mic92 * (+216) Created page with "This article is about the <code>nix add-to-store</code> subcommand. == Description == Add a path to the Nix store. == Usage == <syntaxHighlight lang=console> $ nix add-t..."
<nixoswikibot>
[[Nix command/cat-nar]] N https://nixos.wiki/index.php?oldid=4415&rcid=4538 * Mic92 * (+238) Created page with "This article is about the <code>nix cat-nar</code> subcommand. == Description == Print the contents of a file inside a NAR file on stdout. == Usage == <syntaxHighlight co..."
<nixoswikibot>
[[Nix command/cat-store]] N https://nixos.wiki/index.php?oldid=4416&rcid=4539 * Mic92 * (+236) Created page with "This article is about the <code>nix cat-store</code> subcommand. == Description == Print the contents of a file in the Nix store on stdout. == Usage == <syntaxHighlight l..."
<nixoswikibot>
[[Nix command/copy-sigs]] N https://nixos.wiki/index.php?oldid=4417&rcid=4540 * Mic92 * (+250) Created page with "This article is about the <code>nix copy-sigs</code> subcommand. == Description == Copy path signatures from substituters (like binary caches). == Usage == <syntaxHighligh..."
<nixoswikibot>
[[Nix command/dump-path]] N https://nixos.wiki/index.php?oldid=4418&rcid=4541 * Mic92 * (+467) Created page with "This article is about the <code>nix dump-path</code> subcommand. == Description == Dump a store path to stdout (in NAR format). == Usage == <syntaxHighlight lang=console>..."
<nixoswikibot>
[[Nix command/hash-file]] N https://nixos.wiki/index.php?oldid=4420&rcid=4543 * Mic92 * (+468) Created page with "This article is about the <code>nix hash-file</code> subcommand. == Description == Dump a store path to stdout (in NAR format). == Usage == <syntaxHighlight lang=console>..."
<nixoswikibot>
[[Nix command/hash-path]] N https://nixos.wiki/index.php?oldid=4421&rcid=4544 * Mic92 * (+1166) Created page with "This article is about the <code>nix hash-file</code> subcommand. == Description == Print cryptographic hash of the NAR serialisation of a path. == Usage == <syntaxHighlig..."
<nixoswikibot>
[[Nix command/ls-nar]] N https://nixos.wiki/index.php?oldid=4422&rcid=4545 * Mic92 * (+225) Created page with "This article is about the <code>nix ls-nar</code> subcommand. == Description == Show information about a path inside a NAR file. == Usage == <syntaxHighlight lang=console>..."
<nixoswikibot>
[[Nix command/ls-store]] N https://nixos.wiki/index.php?oldid=4423&rcid=4546 * Mic92 * (+223) Created page with "This article is about the <code>nix ls-nar</code> subcommand. == Description == Show information about a path in the Nix store. == Usage == <syntaxHighlight lang=console>..."
<nixoswikibot>
[[Nix command/make-content-addressable]] N https://nixos.wiki/index.php?oldid=4424&rcid=4547 * Mic92 * (+668) Created page with "This article is about the <code>nix make-content-addressable</code> subcommand. == Description == Rewrite a path or closure to content-addressable form. == Usage == <synt..."
<nixoswikibot>
[[Nix command/optimize-store]] N https://nixos.wiki/index.php?oldid=4425&rcid=4548 * Mic92 * (+298) Created page with "This article is about the <code>nix optimize-store</code> subcommand. == Description == Replace identical files in the store by hard links. == Usage == nix optimise-store F..."
<nixoswikibot>
[[Nix command/ping-store]] N https://nixos.wiki/index.php?oldid=4426&rcid=4549 * Mic92 * (+379) Created page with "This article is about the <code>nix ping-store</code> subcommand. == Description == Test whether a store can be opened. == Usage == <syntaxHighlight lang=console> $ nix p..."
<nixoswikibot>
[[Nix command/print-dev-env]] N https://nixos.wiki/index.php?oldid=4427&rcid=4550 * Mic92 * (+465) Created page with "This article is about the <code>nix print-dev-env</code> subcommand. == Description == Print shell code that can be sourced by bash to reproduce the build environment of a d..."
<nixoswikibot>
[[Nix command/show-derivation]] N https://nixos.wiki/index.php?oldid=4429&rcid=4552 * Mic92 * (+602) Created page with "This article is about the <code>nix show-derivation</code> subcommand. == Description == Show the contents of a store derivation. == Usage == <syntaxHighlight lang=console..."
<nixoswikibot>
[[Nix command/sign-paths]] N https://nixos.wiki/index.php?oldid=4431&rcid=4554 * Mic92 * (+216) Created page with "This article is about the <code>nix sign-paths</code> subcommand. == Description == Sign the specified paths. == Usage == <syntaxHighlight lang=console> $ nix sign-paths FL..."
<nixoswikibot>
[[Nix command/to-base16]] N https://nixos.wiki/index.php?oldid=4432&rcid=4555 * Mic92 * (+226) Created page with "This article is about the <code>nix to-base16</code> subcommand. == Description == Convert a hash to base-16 representation. == Usage == <syntaxHighlight lang=console> $ n..."
<nixoswikibot>
[[Nix command/to-base32]] N https://nixos.wiki/index.php?oldid=4433&rcid=4556 * Mic92 * (+226) Created page with "This article is about the <code>nix to-base32</code> subcommand. == Description == Convert a hash to base-32 representation. == Usage == <syntaxHighlight lang=console> $ n..."
<nixoswikibot>
[[Nix command/to-base64]] N https://nixos.wiki/index.php?oldid=4434&rcid=4557 * Mic92 * (+226) Created page with "This article is about the <code>nix to-base32</code> subcommand. == Description == Convert a hash to base-32 representation. == Usage == <syntaxHighlight lang=console> $ n..."
<nixoswikibot>
[[Nix command/to-sri]] N https://nixos.wiki/index.php?oldid=4435&rcid=4558 * Mic92 * (+216) Created page with "This article is about the <code>nix to-sri</code> subcommand. == Description == Convert a hash to SRI representation. == Usage == <syntaxHighlight lang=console> $ nix to-s..."
<nixoswikibot>
[[Nix command/show-config]] N https://nixos.wiki/index.php?oldid=4465&rcid=4588 * Mic92 * (+259) Created page with "This article is about the <code>nix show-config</code> subcommand. == Description == Show the Nix configuration. == Usage == <syntaxHighlight lang=console> $ nix show-confi..."
<nixoswikibot>
[[Nix command/flake archive]] N https://nixos.wiki/index.php?oldid=4517&rcid=4640 * Mic92 * (+1431) Created page with "This article is about the <code>nix flake archive</code> subcommand. == Description == Copy a flake and all its inputs to a store. == Usage == <syntaxHighlight lang=conso..."
<nixoswikibot>
[[Nix command/flake check]] N https://nixos.wiki/index.php?oldid=4520&rcid=4643 * Mic92 * (+1323) Created page with "This article is about the <code>nix flake check</code> subcommand. == Description == check whether the flake evaluates and run its tests. == Usage == <syntaxHighlight lang..."
<nixoswikibot>
[[Nix command/flake clone]] N https://nixos.wiki/index.php?oldid=4522&rcid=4645 * Mic92 * (+1265) Created page with "This article is about the <code>nix flake clone</code> subcommand. == Description == Clone a flake repository. == Usage == <syntaxHighlight lang=console> $ nix flake clone..."
<nixoswikibot>
[[Nix command/flake info]] N https://nixos.wiki/index.php?oldid=4523&rcid=4646 * Mic92 * (+1277) Created page with "This article is about the <code>nix flake info</code> subcommand. == Description == List info about a given flake. == Usage == <syntaxHighlight lang=console> $ nix flake..."
orivej_ has quit [Ping timeout: 265 seconds]
orivej has joined #nixos-wiki
<nixoswikibot>
[[Nix command/flake init]] N https://nixos.wiki/index.php?oldid=4524&rcid=4647 * Mic92 * (+1167) Created page with "This article is about the <code>nix flake init</code> subcommand. == Description == Create a flake in the current directory from a template. == Usage == <syntaxHighlight..."
<nixoswikibot>
[[Nix command/flake list-inputs]] N https://nixos.wiki/index.php?oldid=4525&rcid=4648 * Mic92 * (+1277) Created page with "This article is about the <code>nix flake list-inputs</code> subcommand. == Description == List flake inputs. == Usage == <syntaxHighlight lang=console> $ nix flake list-i..."
<nixoswikibot>
[[Nix command/flake new]] N https://nixos.wiki/index.php?oldid=4526&rcid=4649 * Mic92 * (+798) Created page with "This article is about the <code>nix flake new</code> subcommand. == Description == Create a flake in the specified directory from a template. == Usage == <syntaxHighlight..."
<nixoswikibot>
[[Nix command/flake show]] N https://nixos.wiki/index.php?oldid=4527&rcid=4650 * Mic92 * (+1382) Created page with "This article is about the <code>nix flake show</code> subcommand. == Description == Show the outputs provided by a flake. == Usage == <syntaxHighlight lang=console> $ nix..."
<nixoswikibot>
[[Nix command/flake update]] N https://nixos.wiki/index.php?oldid=4528&rcid=4651 * Mic92 * (+1230) Created page with "This article is about the <code>nix flake update</code> subcommand. == Description == Update flake lock file. == Usage == <syntaxHighlight lang=console> $ nix flake update..."
<nixoswikibot>
[[Nix command/profile info]] N https://nixos.wiki/index.php?oldid=4530&rcid=4653 * Mic92 * (+884) Created page with "This article is about the <code>nix profile info</code> subcommand. == Description == List installed packages. == Usage == <syntaxHighlight lang=console> $ nix profile inf..."
<nixoswikibot>
[[Nix command/profile install]] N https://nixos.wiki/index.php?oldid=4531&rcid=4654 * Mic92 * (+1767) Created page with "This article is about the <code>nix profile install</code> subcommand. == Description == Install a package into a profile. == Usage == <syntaxHighlight lang=console> $ nix..."
orivej_ has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-wiki
<nixoswikibot>
[[Nix command/profile remove]] N https://nixos.wiki/index.php?oldid=4532&rcid=4655 * Mic92 * (+1289) Created page with "This article is about the <code>nix profile remove</code> subcommand. == Description == Remove packages from a profile. == Usage == <syntaxHighlight lang=console> $ nix pr..."
orivej has quit [Ping timeout: 240 seconds]
<nixoswikibot>
[[Nix command/profile upgrade]] N https://nixos.wiki/index.php?oldid=4533&rcid=4656 * Mic92 * (+1725) Created page with "This article is about the <code>nix profile upgrade</code> subcommand. == Description == Upgrade packages using their most recent flake. == Usage == <syntaxHighlight lang=..."