about summary refs log tree commit diff
path: root/nixos/tests/sourcehut/default.nix
blob: 04f1551d70d916df3f9050119efea75f4c268e62 (plain) (blame)
1
2
3
4
5
6
{ system, pkgs, ... }:

{
  git = import ./git.nix { inherit system pkgs; };
  builds = import ./builds.nix { inherit system pkgs; };
}