nix-bitcoin/pkgs/nixpkgs-pinned.nix

13 lines
358 B
Nix
Raw Normal View History

2019-01-26 21:12:08 +03:00
{
nixpkgs = builtins.fetchGit {
url = "https://github.com/nixos/nixpkgs-channels";
2019-04-24 16:39:46 +03:00
ref = "nixos-19.03";
2019-08-24 19:02:47 +03:00
rev = "e6ad5e75f3bfaab5e7b7f0f128bf13d534879e65";
2019-01-26 21:12:08 +03:00
};
nixpkgs-unstable = builtins.fetchGit {
2019-02-10 21:45:30 +03:00
url = "https://github.com/nixos/nixpkgs-channels";
ref = "nixos-unstable";
2019-08-24 19:02:47 +03:00
rev = "765a71f15025ce78024bae3dc4a92bd2be3a8fbf";
2019-01-26 21:12:08 +03:00
};
}