Skip to content

Instantly share code, notes, and snippets.

@chessai
Created October 17, 2018 17:43
Show Gist options
  • Save chessai/ccb4f5be8726a629e6f3e83955d66bc4 to your computer and use it in GitHub Desktop.
Save chessai/ccb4f5be8726a629e6f3e83955d66bc4 to your computer and use it in GitHub Desktop.
{ 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