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-03-02 12:04:39 -08:00
rev = "060bcd6df50bf2e61efe7b14b0458e83d72adc87";
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 = "9b3e5a3aab728e7cea2da12b6db300136604be3a";
2019-01-26 10:12:08 -08:00
};
}