about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorWilliButz <WilliButz@users.noreply.github.com>2017-09-18 16:59:50 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2017-09-18 16:59:50 +0200
commit0b2d9bbbd25856aab2faec08b79e07f1ef9ca002 (patch)
treef375d0887f166e4fe88c104155cf45ba14483664 /nixos/release.nix
parent4850bc70808bc2824c977877f9cf38440ccfe383 (diff)
downloadnixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.tar
nixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.tar.gz
nixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.tar.bz2
nixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.tar.lz
nixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.tar.xz
nixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.tar.zst
nixlib-0b2d9bbbd25856aab2faec08b79e07f1ef9ca002.zip
nixos/tests: add grafana test (#29531)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index cbb566af7863..d7b42c53b99c 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -254,6 +254,7 @@ in rec {
   tests.gocd-server = callTest tests/gocd-server.nix {};
   tests.gnome3 = callTest tests/gnome3.nix {};
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
+  tests.grafama = callTest tests/grafana.nix {};
   tests.hardened = callTest tests/hardened.nix { };
   tests.hibernate = callTest tests/hibernate.nix {};
   tests.hound = callTest tests/hound.nix {};