diff --git a/deployment/check/basic/nixosTest.nix b/deployment/check/basic/nixosTest.nix index 6dc1bb2a..69dec038 100644 --- a/deployment/check/basic/nixosTest.nix +++ b/deployment/check/basic/nixosTest.nix @@ -29,7 +29,7 @@ testers.runNixOSTest ( ../../../launch/mastodon.nix ../../../launch/pixelfed.nix ../../../launch/peertube.nix - ../../../infra/test-machines/test06 + ../../../infra/test-machines/test01 { nix.nixPath = [ "/dummy/nix/path" ]; users.users.root.openssh.authorizedKeys.keys = [ "dummykey" ]; @@ -124,6 +124,8 @@ testers.runNixOSTest ( pkgs.automake.inputDerivation pkgs.python3 pkgs.python3.inputDerivation + pkgs.python3Packages.mdit-py-plugins + pkgs.python3Packages.mdit-py-plugins.inputDerivation pkgs.python3Packages.markdown-it-py pkgs.python3Packages.markdown-it-py.inputDerivation pkgs.peertube @@ -131,6 +133,12 @@ testers.runNixOSTest ( pkgs.gixy pkgs.gixy.inputDerivation pkgs.postgresql_15 + pkgs.mtools + pkgs.mtools.inputDerivation + pkgs.lkl + pkgs.lkl.inputDerivation + pkgs.nftables + pkgs.nftables.inputDerivation pkgs.musl pkgs.musl.inputDerivation pkgs.w3m # why in the world?!