about summary refs log tree commit diff
path: root/nixos/tests/grafana/default.nix
blob: 9c2622571800154818acbc9e66b808f895753bdd (plain) (blame)
1
2
3
4
5
6
7
8
9
{ system ? builtins.currentSystem
, config ? { }
, pkgs ? import ../../.. { inherit system config; }
}:

{
  basic = import ./basic.nix { inherit system pkgs; };
  provision = import ./provision { inherit system pkgs; };
}