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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue