summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2017-09-30 21:12:24 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2017-10-08 03:03:22 +0200
commit5b8ff5ed4914642027422dd1956f2068cfbe95fd (patch)
tree97ef152777a311477dd8fdb446f8a57dd2b20a54 /nixos/release.nix
parent3fe7cddc304abb86e61a750a4f807270c7ca7825 (diff)
downloadnixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.tar
nixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.tar.gz
nixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.tar.bz2
nixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.tar.lz
nixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.tar.xz
nixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.tar.zst
nixpkgs-5b8ff5ed4914642027422dd1956f2068cfbe95fd.zip
graphite: 0.9.15 -> 1.0.2
Fixes: #29961

Also added the option:

  services.graphite.web.extraConfig

for configuring graphite_web.
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 ee706ff986d..3c87a87e470 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -255,6 +255,7 @@ in rec {
   tests.gnome3 = callTest tests/gnome3.nix {};
   tests.gnome3-gdm = callTest tests/gnome3-gdm.nix {};
   tests.grafama = callTest tests/grafana.nix {};
+  tests.graphite = callTest tests/graphite.nix {};
   tests.hardened = callTest tests/hardened.nix { };
   tests.hibernate = callTest tests/hibernate.nix {};
   tests.hound = callTest tests/hound.nix {};