Add nixops19_09 to default pkgs.
It's helpful to be able to use this packages when importing nix-bitcoin.
This commit is contained in:
parent
d62dac450a
commit
28cf7ebe74
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ env:
|
||||||
# broken
|
# broken
|
||||||
# - PKG=electrs STABLE=0
|
# - PKG=electrs STABLE=0
|
||||||
- PKG=liquid-swap STABLE=1
|
- PKG=liquid-swap STABLE=1
|
||||||
|
- PKG=nixops19_09 STABLE=1
|
||||||
script:
|
script:
|
||||||
- printf '%s (%s)\n' "$NIX_PATH" "$VER"
|
- printf '%s (%s)\n' "$NIX_PATH" "$VER"
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
pylightning = pkgs.python3Packages.callPackage ./pylightning { };
|
pylightning = pkgs.python3Packages.callPackage ./pylightning { };
|
||||||
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
|
liquid-swap = pkgs.python3Packages.callPackage ./liquid-swap { };
|
||||||
generate-secrets = pkgs.callPackage ./generate-secrets { };
|
generate-secrets = pkgs.callPackage ./generate-secrets { };
|
||||||
|
nixops19_09 = pkgs.callPackage ./nixops { };
|
||||||
|
|
||||||
pinned = import ./pinned.nix;
|
pinned = import ./pinned.nix;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue