nix-bitcoin/pkgs/nixpkgs-pinned.nix

13 lines
358 B
Nix
Raw Normal View History

2019-01-26 18:12:08 +00:00
{
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
2019-04-24 13:39:46 +00:00
ref = "nixos-19.03";
2019-07-29 20:09:01 +00:00
rev = "defa89ffaefc6425543089b81eb4c1053853ba37";
2019-01-26 18:12:08 +00:00
};
nixpkgs-unstable = builtins.fetchGit {
2019-02-10 18:45:30 +00:00
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixos-unstable";
2019-07-29 20:09:01 +00:00
rev = "239fffc90d792b5362a20ec1a009978de7b8f91a";
2019-01-26 18:12:08 +00:00
};
}