nix-bitcoin/pkgs/nixpkgs-pinned.nix

14 lines
361 B
Nix
Raw Normal View History

2019-01-26 10:12:08 -08:00
{
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixos-18.09";
2019-02-10 10:45:30 -08:00
rev = "5225d4bf0193b51cfb1a200faa4ae50958f98c62";
2019-01-26 10:12:08 -08:00
};
nixpkgs-unstable = builtins.fetchGit {
2019-02-10 10:45:30 -08:00
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixpkgs-unstable";
rev = "2b2820df94fd4a78cf03fb17b8e4c04d7f7395f7";
2019-01-26 10:12:08 -08:00
};
}