nix-bitcoin/pkgs/nixpkgs-pinned.nix

14 lines
361 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 = "7936400662bc9379beb69855b0e0b7c0110e5f3c";
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 = "nixpkgs-unstable";
2019-04-24 13:39:46 +00:00
rev = "02bb5e35eae8a9e124411270a6790a08f68e905b";
2019-01-26 18:12:08 +00:00
};
}