From b758150c9e53330134efef535bcbc5b85e9910a6 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Thu, 5 Aug 2021 00:48:55 +0200 Subject: [PATCH] pinned: expose nixpkgsStable, nixpkgsUnstable This allows accessing the pinned nixpkgs. E.g., this is useful for comparing package versions between stable and unstable. --- pkgs/pinned.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/pinned.nix b/pkgs/pinned.nix index b158a74..0851d03 100644 --- a/pkgs/pinned.nix +++ b/pkgs/pinned.nix @@ -21,6 +21,8 @@ in lightning-loop lightning-pool; + inherit nixpkgsStable nixpkgsUnstable; + stable = nixBitcoinPkgsStable; unstable = nixBitcoinPkgsUnstable; }