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";
rev = "30a82bba734bc8d74fd291a0f7152809fb2cd037";
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";
rev = "83ba5afcc9682b52b39a9a958f730b966cc369c5";
2019-01-26 18:12:08 +00:00
};
}