Flakes: Difference between revisions
m fix a few typos |
add missing "path:" line in the output of "nix flake show" |
||
| Line 140: | Line 140: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
$ nix flake show | $ nix flake show | ||
path:/path/to/flake | |||
└───packages | └───packages | ||
└───x86_64-linux | └───x86_64-linux | ||
├───default: package 'hello-2.12. | ├───default: package 'hello-2.12.3' | ||
└───hello: package 'hello-2.12. | └───hello: package 'hello-2.12.3' | ||
</syntaxhighlight> | </syntaxhighlight> | ||