summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-10-18 12:58:55 +0100
committerGitHub <noreply@github.com>2017-10-18 12:58:55 +0100
commit757a759005181f93ea9dca246e6f026402bbb8de (patch)
tree95a78577e539dfb2859312ef5b3d4bf576a906bb /nixos/release.nix
parent7d5c5eb203bbebdfb0165522b46f2af41285337b (diff)
parent5b8ff5ed4914642027422dd1956f2068cfbe95fd (diff)
downloadnixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.tar
nixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.tar.gz
nixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.tar.bz2
nixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.tar.lz
nixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.tar.xz
nixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.tar.zst
nixpkgs-757a759005181f93ea9dca246e6f026402bbb8de.zip
Merge pull request #30166 from LumiGuide/graphite-1.0.2
Fix graphite crash by upgrading from 0.9.15 -> 1.0.2
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 63f739e8e89..3016b1ef944 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -257,6 +257,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 {};