nixos/discourse: Add test

This commit is contained in:
talyz
2021-03-14 15:44:34 +01:00
parent 8dddb70bb9
commit 3c7df2a3cb
3 changed files with 200 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, makeWrapper, runCommandNoCC, lib
{ stdenv, makeWrapper, runCommandNoCC, lib, nixosTests
, fetchFromGitHub, bundlerEnv, ruby, replace, gzip, gnutar, git
, util-linux, gawk, imagemagick, optipng, pngquant, libjpeg, jpegoptim
, gifsicle, libpsl, redis, postgresql, which, brotli, procps
@@ -228,6 +228,7 @@ let
passthru = {
inherit rubyEnv runtimeEnv runtimeDeps rake;
ruby = rubyEnv.wrappedRuby;
tests = nixosTests.discourse;
};
};
in discourse