Nix (command): Difference between revisions

imported>Mic92
imported>Mic92
Line 56: Line 56:
=== [[Nix_command/copy|nix copy]] ===
=== [[Nix_command/copy|nix copy]] ===


copy paths between Nix stores
Copy paths between Nix stores.


=== [[Nix_command/edit|nix edit]] ===
=== [[Nix_command/edit|nix edit]] ===


open the Nix expression of a Nix package in $EDITOR
Open the Nix expression of a Nix package in $EDITOR.


=== [[Nix_command/eval|nix eval]] ===
=== [[Nix_command/eval|nix eval]] ===


evaluate a Nix expression
Evaluate a Nix expression.


=== [[Nix_command/log|nix log]] ===
=== [[Nix_command/log|nix log]] ===


show the build log of the specified packages or paths, if available
Show the build log of the specified packages or paths, if available.


=== [[Nix_command/path-info|nix path-info]] ===
=== [[Nix_command/path-info|nix path-info]] ===


query information about store paths
Query information about store paths.


=== [[Nix_command/registry|nix registry]] ===
=== [[Nix_command/registry|nix registry]] ===


manage the flake registry
Manage the flake registry.


=== [[Nix_command/verify|nix verify]] ===
=== [[Nix_command/verify|nix verify]] ===


verify the integrity of store paths
Verify the integrity of store paths.


=== [[Nix_command/why-depends|nix why-depends]] ===
=== [[Nix_command/why-depends|nix why-depends]] ===


show why a package has another package in its closure
Show why a package has another package in its closure.


== Utility/scripting commands ==
== Utility/scripting commands ==