about summary refs log tree commit diff
path: root/nixos/tests/sourcehut/default.nix
diff options
context:
space:
mode:
authorTomas Antonio Lopez <entropy.overseer@entropic.network>2023-12-25 03:49:11 +0100
committerTomas Antonio Lopez <entropy.overseer@entropic.network>2023-12-25 03:49:11 +0100
commit195cbfc0124ea3d5e4b6469cdd3efb42840d32eb (patch)
tree547b5ec158b60c5e090b29a96ee28dd1ab936a47 /nixos/tests/sourcehut/default.nix
parent2382d423f427a2dc30ea6cee8b0b4c615c6f5cb3 (diff)
downloadnixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.tar
nixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.tar.gz
nixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.tar.bz2
nixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.tar.lz
nixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.tar.xz
nixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.tar.zst
nixlib-195cbfc0124ea3d5e4b6469cdd3efb42840d32eb.zip
nixosTests.sourcehut: split tests belonging to different services
Diffstat (limited to 'nixos/tests/sourcehut/default.nix')
-rw-r--r--nixos/tests/sourcehut/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/tests/sourcehut/default.nix b/nixos/tests/sourcehut/default.nix
new file mode 100644
index 000000000000..04f1551d70d9
--- /dev/null
+++ b/nixos/tests/sourcehut/default.nix
@@ -0,0 +1,6 @@
+{ system, pkgs, ... }:
+
+{
+  git = import ./git.nix { inherit system pkgs; };
+  builds = import ./builds.nix { inherit system pkgs; };
+}