mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
add test image for complement
This image should satisfy the requirements described in [1]. openssl commands were copied from [2]. [1]: https://github.com/matrix-org/complement?tab=readme-ov-file#image-requirements [2]: https://github.com/matrix-org/complement?tab=readme-ov-file#complement-pki
This commit is contained in:
parent
d20e217b1c
commit
cd439af2c4
3 changed files with 121 additions and 0 deletions
|
|
@ -22,6 +22,9 @@
|
|||
mkScope = pkgs: pkgs.lib.makeScope pkgs.newScope (self: {
|
||||
complement = self.callPackage ./nix/pkgs/complement {};
|
||||
|
||||
complement-grapevine-oci-image =
|
||||
self.callPackage ./nix/pkgs/complement-grapevine-oci-image { };
|
||||
|
||||
craneLib =
|
||||
(inputs.crane.mkLib pkgs).overrideToolchain self.toolchain;
|
||||
|
||||
|
|
@ -75,6 +78,8 @@
|
|||
packages = {
|
||||
default = (mkScope pkgs).default;
|
||||
complement = (mkScope pkgs).complement;
|
||||
complement-grapevine-oci-image =
|
||||
(mkScope pkgs).complement-grapevine-oci-image;
|
||||
}
|
||||
//
|
||||
builtins.listToAttrs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue