summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-10-21 23:44:15 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-10-21 23:44:15 +0300
commit34621ab9cee8ad0c509e48f5dabeb62a43364da3 (patch)
tree8cff235545ac2508a40c8388ff219f0d296b2c22 /nixos/release.nix
parentb591b5cf5b4c1684404bfacb04b8449eb651c378 (diff)
downloadnixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.tar
nixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.tar.gz
nixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.tar.bz2
nixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.tar.lz
nixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.tar.xz
nixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.tar.zst
nixpkgs-34621ab9cee8ad0c509e48f5dabeb62a43364da3.zip
nixos/tests: Fix typo (grafama -> grafana)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 3016b1ef944..d5f59a524e0 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -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 {};