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-24 14:21:36 -07:00
rev = "680f9d7ea90dd0b48b51f29899c3110196b0e913";
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";
2019-03-24 14:21:36 -07:00
rev = "796a8764ab85746f916e2cc8f6a9a5fc6d4d03ac";
2019-01-26 10:12:08 -08:00
};
}