nix-bitcoin/pkgs/nixpkgs-pinned.nix

14 lines
359 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";
2019-05-27 14:28:29 -07:00
rev = "c8124c121522134a1b60ccfcfdd3768049d76098";
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";
2019-05-27 14:28:29 -07:00
rev = "c7bcd4277cc9a656207b636dbc62fef21dc64c78";
2019-01-26 10:12:08 -08:00
};
}