summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2018-10-11 15:32:43 +0000
committerGitHub <noreply@github.com>2018-10-11 15:32:43 +0000
commita29603344a478c0354b2c62cd0e30fcd23159202 (patch)
treece9691e0303ce2c33435796206c28c67e5daa66e /nixos/release.nix
parent2dcd512e7431001c7c0b80db60f524e2893c7654 (diff)
parent9ea9d86126b8fefbe0930e809313a34317c47ac7 (diff)
downloadnixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.tar
nixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.tar.gz
nixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.tar.bz2
nixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.tar.lz
nixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.tar.xz
nixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.tar.zst
nixpkgs-a29603344a478c0354b2c62cd0e30fcd23159202.zip
Merge pull request #48189 from aanderse/redmine
redmine: refactor, cleanup, bug fix, and add functionality
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 858c01d7580..86383f502a7 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -397,6 +397,7 @@ in rec {
   tests.quake3 = callTest tests/quake3.nix {};
   tests.rabbitmq = callTest tests/rabbitmq.nix {};
   tests.radicale = callTest tests/radicale.nix {};
+  tests.redmine = callTest tests/redmine.nix {};
   tests.rspamd = callSubTests tests/rspamd.nix {};
   tests.runInMachine = callTest tests/run-in-machine.nix {};
   tests.rxe = callTest tests/rxe.nix {};