Nix Hash: Difference between revisions

imported>Piegamesde
m Fixed bold text markup
imported>Colemickens
No edit summary
Line 42: Line 42:


When dealing with remote files, <code>nix-prefetch-url</code> offers a handy shortcut for downloading the file into the Nix store and printing out its hash. (<code>nix-prefetch-url --unpack</code> is its <code>fetchzip</code> equivalent.)
When dealing with remote files, <code>nix-prefetch-url</code> offers a handy shortcut for downloading the file into the Nix store and printing out its hash. (<code>nix-prefetch-url --unpack</code> is its <code>fetchzip</code> equivalent.)
=== Libraries ===
* [https://github.com/kolloch/nix-base32 Rust implementation]
* [https://gist.github.com/colemickens/27ad622adfaf8c980f3b5066b21604ba Go implementation]


== Further reading ==
== Further reading ==