pinned: expose nixpkgsStable, nixpkgsUnstable

This allows accessing the pinned nixpkgs.
E.g., this is useful for comparing package versions between stable
and unstable.
This commit is contained in:
Erik Arvstedt 2021-08-05 00:48:55 +02:00
parent 1ecd9756f6
commit b758150c9e
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ in
lightning-loop
lightning-pool;
inherit nixpkgsStable nixpkgsUnstable;
stable = nixBitcoinPkgsStable;
unstable = nixBitcoinPkgsUnstable;
}