nixos{,/tests}/radicle: adopt; radicle-node: link radicle-ci-broker test (#502983)

This commit is contained in:
Felix Bargfeldt
2026-03-24 11:06:57 +00:00
committed by GitHub
4 changed files with 10 additions and 0 deletions
+1
View File
@@ -438,6 +438,7 @@ in
);
meta.maintainers = with lib.maintainers; [
defelo
julm
lorenzleutgeb
];
+3
View File
@@ -72,6 +72,9 @@ in
];
};
interactive.sshBackdoor.enable = true;
interactive.defaults.virtualisation.graphics = false;
testScript = ''
import json
import time
+1
View File
@@ -65,6 +65,7 @@ in
meta = with pkgs.lib.maintainers; {
maintainers = [
defelo
julm
lorenzleutgeb
];
+5
View File
@@ -149,6 +149,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
services.radicle.package = finalAttrs.finalPackage;
};
};
ci-broker = nixosTests.radicle-ci-broker.extendNixOS {
module = {
services.radicle.package = finalAttrs.finalPackage;
};
};
};
};