mirror of
https://github.com/NixOS/nix-pills
synced 2024-11-14 15:47:10 +00:00
12 lines
540 B
XML
12 lines
540 B
XML
<screen xmlns="http://docbook.org/ns/docbook"><prompt>$ </prompt><userinput>nix show-derivation /nix/store/ymsf5zcqr9wlkkqdjwhqllgwa97rff5i-<emphasis>bar.drv</emphasis></userinput>
|
|
<computeroutput>{
|
|
"/nix/store/ymsf5zcqr9wlkkqdjwhqllgwa97rff5i-bar.drv": {
|
|
"outputs": {
|
|
"out": {
|
|
"path": "/nix/store/a00d5f71k0vp5a6klkls0mvr1f7sx6ch-bar",
|
|
"hashAlgo": "sha256",
|
|
"hash": "f3f3c4763037e059b4d834eaf68595bbc02ba19f6d2a500dce06d124e2cd99bb"
|
|
}
|
|
},
|
|
<emphasis>[...]</emphasis>
|
|
}</computeroutput></screen>
|