about summary refs log tree commit diff
path: root/nixos/tests/sourcehut/default.nix
diff options
context:
space:
mode:
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; };
+}