nix-bitcoin/pkgs/nixpkgs-pinned.nix

13 lines
358 B
Nix
Raw Normal View History

2019-01-26 10:12:08 -08:00
{
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
2019-04-24 06:39:46 -07:00
ref = "nixos-19.03";
rev = "a6598a6c8656557ccd9ac85396dc56e5af8e1135";
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 = "nixos-unstable";
rev = "1036dc664169b32613ec11b58cc1740c7511a340";
2019-01-26 10:12:08 -08:00
};
}