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:
parent
1ecd9756f6
commit
b758150c9e
@ -21,6 +21,8 @@ in
|
|||||||
lightning-loop
|
lightning-loop
|
||||||
lightning-pool;
|
lightning-pool;
|
||||||
|
|
||||||
|
inherit nixpkgsStable nixpkgsUnstable;
|
||||||
|
|
||||||
stable = nixBitcoinPkgsStable;
|
stable = nixBitcoinPkgsStable;
|
||||||
unstable = nixBitcoinPkgsUnstable;
|
unstable = nixBitcoinPkgsUnstable;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user