Binary Cache: Difference between revisions
imported>Toraritte m Amend flag text |
imported>Milahu Example: Fetch metadata of bash |
||
| Line 199: | Line 199: | ||
/nix/store/xim9l8hym4iga6d4azam4m0k0p1nw2rm-libidn2-2.3.0 | /nix/store/xim9l8hym4iga6d4azam4m0k0p1nw2rm-libidn2-2.3.0 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Example: Fetch metadata of <code>bash</code> | |||
<pre> | |||
curl https://cache.nixos.org/$(readlink -f $(which bash) | cut -c12-43).narinfo | |||
</pre> | |||
== See also == | == See also == | ||