about summary refs log tree commit diff
path: root/pkgs/applications/science/misc/root/tests/default.nix
blob: 9d2da2533f7f77367a4f8699a537c4b61f6b23ac (plain) (blame)
1
2
3
4
{ callPackage }:
{
  test-thisroot = callPackage ./test-thisroot.nix { };
}