Terms and Definitions in Nix Project: Difference between revisions
m use syntaxhighlight=console for shell command |
m use syntaxhighlight=console for shell command |
||
| Line 41: | Line 41: | ||
|| Nix | || Nix | ||
|| A ''store path'' produced by a derivation. These are generally analogous to built packages, or pieces of them. | || A ''store path'' produced by a derivation. These are generally analogous to built packages, or pieces of them. | ||
<syntaxHighlight lang= | <syntaxHighlight lang=console> | ||
$ ls -ld /nix/store/*-firefox-9*/ | $ ls -ld /nix/store/*-firefox-9*/ | ||
dr-xr-xr-x ... /nix/store/v4b8...3d0w-firefox-92.0/ | dr-xr-xr-x ... /nix/store/v4b8...3d0w-firefox-92.0/ | ||