Flakes: Difference between revisions

DHCP (talk | contribs)
m fix a few typos
DHCP (talk | contribs)
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.2'
         ├───default: package 'hello-2.12.3'
         └───hello: package 'hello-2.12.2'
         └───hello: package 'hello-2.12.3'
</syntaxhighlight>
</syntaxhighlight>