nix-bitcoin/pkgs/nixpkgs-pinned.nix

8 lines
248 B
Nix
Raw Normal View History

let
fetch = rev: builtins.fetchTarball "https://github.com/nixos/nixpkgs-channels/archive/${rev}.tar.gz";
in
2019-01-26 10:12:08 -08:00
{
2019-10-14 08:06:21 -07:00
nixpkgs = fetch "27a5ddcf747fb2bb81ea9c63f63f2eb3eec7a2ec";
nixpkgs-unstable = fetch "4cd2cb43fb3a87f48c1e10bb65aee99d8f24cb9d";
2019-01-26 10:12:08 -08:00
}