Created
August 16, 2018 02:21
-
-
Save sunnycyk/3ae04f9758c6c028b00c7d2e81e594ac to your computer and use it in GitHub Desktop.
Nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To Update | |
curl -sI https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz | awk '/Location:/ {print $2}' | |
# compute the hash | |
nix-prefetch-url --type 256 unpack <URL> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment