nixos/tests: Fix typo (grafama -> grafana)

This commit is contained in:
Tuomas Tynkkynen 2017-10-21 23:44:15 +03:00
parent b591b5cf5b
commit 34621ab9ce

View File

@ -256,7 +256,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.grafana = callTest tests/grafana.nix {};
tests.graphite = callTest tests/graphite.nix {};
tests.hardened = callTest tests/hardened.nix { };
tests.hibernate = callTest tests/hibernate.nix {};