From 79dad72315063bf7646ab4b0f2f3f922698988a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Mon, 12 May 2025 11:11:25 +0200 Subject: [PATCH] more deps --- deployment/check/basic/nixosTest.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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?!