Loading nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ in { documize = handleTest ./documize.nix {}; documentation = pkgs.callPackage ../modules/misc/documentation/test.nix { inherit nixosLib; }; doh-proxy-rust = handleTest ./doh-proxy-rust.nix {}; dokuwiki = handleTest ./dokuwiki.nix {}; dokuwiki = runTest ./dokuwiki.nix; dolibarr = handleTest ./dolibarr.nix {}; domination = handleTest ./domination.nix {}; dovecot = handleTest ./dovecot.nix {}; Loading nixos/tests/dokuwiki.nix +4 −2 Original line number Diff line number Diff line import ./make-test-python.nix ({ pkgs, ... }: { config, ... }: let pkgs = config.node.pkgs; template-bootstrap3 = pkgs.stdenv.mkDerivation rec { name = "bootstrap3"; version = "2022-07-27"; Loading Loading @@ -163,4 +165,4 @@ in { "curl -sSfL http://site1.local/rewrite-test | grep 'Hello, NixOS!'", ) ''; }) } Loading
nixos/tests/all-tests.nix +1 −1 Original line number Diff line number Diff line Loading @@ -341,7 +341,7 @@ in { documize = handleTest ./documize.nix {}; documentation = pkgs.callPackage ../modules/misc/documentation/test.nix { inherit nixosLib; }; doh-proxy-rust = handleTest ./doh-proxy-rust.nix {}; dokuwiki = handleTest ./dokuwiki.nix {}; dokuwiki = runTest ./dokuwiki.nix; dolibarr = handleTest ./dolibarr.nix {}; domination = handleTest ./domination.nix {}; dovecot = handleTest ./dovecot.nix {}; Loading
nixos/tests/dokuwiki.nix +4 −2 Original line number Diff line number Diff line import ./make-test-python.nix ({ pkgs, ... }: { config, ... }: let pkgs = config.node.pkgs; template-bootstrap3 = pkgs.stdenv.mkDerivation rec { name = "bootstrap3"; version = "2022-07-27"; Loading Loading @@ -163,4 +165,4 @@ in { "curl -sSfL http://site1.local/rewrite-test | grep 'Hello, NixOS!'", ) ''; }) }