Translations:Hydra/27/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
| Line 1: | Line 1: | ||
==== Evaluation ==== | ==== Evaluation ==== | ||
The process of interpreting nix code into a list of <code>.drv files</code>. These files are the build recipes for all related outputs. You can introspect these files by running <code>nix show-derivation nixpkgs.hello</code> | The process of interpreting nix code into a list of <code>.drv files</code>. These files are the build recipes for all related outputs. You can introspect these files by running <code>nix show-derivation nixpkgs.hello</code>. | ||
Revision as of 07:17, 9 July 2024
Evaluation
The process of interpreting nix code into a list of .drv files. These files are the build recipes for all related outputs. You can introspect these files by running nix show-derivation nixpkgs.hello.