Skip to content

Instantly share code, notes, and snippets.

@Kiwi
Created April 20, 2019 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kiwi/d9e81bea35c8dc80b64b6f3460cf99e7 to your computer and use it in GitHub Desktop.
Save Kiwi/d9e81bea35c8dc80b64b6f3460cf99e7 to your computer and use it in GitHub Desktop.
Initial in .nix
sha256 = "f1cde33d0ef3bedaf697e432201fa86da698dadd3445c0efd2a114753853c675";
Replace with
sha256 = "0000000000000000000000000000000000000000000000000000000000000000";
Build and get
wanted: sha256:0000000000000000000000000000000000000000000000000000
got: sha256:0xf6acw7a551sbpw0i9lvpd9i9kdm0gj0cp4jzvdmgpk1qyy7kgi
Replace in .nix
sha256 = "0xf6acw7a551sbpw0i9lvpd9i9kdm0gj0cp4jzvdmgpk1qyy7kgi";
Build fine
What's the difference?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment