Created
October 17, 2018 17:43
-
-
Save chessai/ccb4f5be8726a629e6f3e83955d66bc4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ rev # The Git revision of nixpkgs to fetch | |
, sha256 # The SHA256 hash of the unpacked archive | |
}: | |
builtins.fetchTarball { | |
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz"; | |
inherit sha256; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment