1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
nix-pills/pills/18/bar-derivation.xml
2018-04-06 23:30:28 -04:00

13 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>