1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-28 09:31:16 +02:00

tests/nixos/fetch-git: Factor out gitea repo module

This commit is contained in:
Robert Hensing 2024-01-18 13:12:59 +01:00
parent 78074bdea4
commit fd41979d78
3 changed files with 65 additions and 32 deletions

View file

@ -15,6 +15,7 @@
in {
imports = [
../testsupport/setup.nix
../testsupport/gitea-repo.nix
];
nodes = {
gitea = { pkgs, ... }: {
@ -96,5 +97,6 @@ in {
client.succeed("""
ssh root@gitea true
""")
'';
}