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:
parent
78074bdea4
commit
fd41979d78
3 changed files with 65 additions and 32 deletions
|
@ -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
|
||||
""")
|
||||
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue