From 913d513718b84310f21f1b520394e02ea0e43042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Thu, 8 May 2025 16:43:58 +0200 Subject: [PATCH] + input derivations --- deployment/check/basic/nixosTest.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deployment/check/basic/nixosTest.nix b/deployment/check/basic/nixosTest.nix index b49be6c3..4904368e 100644 --- a/deployment/check/basic/nixosTest.nix +++ b/deployment/check/basic/nixosTest.nix @@ -81,11 +81,17 @@ testers.runNixOSTest ( # pkgs tfVars pkgs.bash + pkgs.bash.inputDerivation pkgs.acl + pkgs.acl.inputDerivation pkgs.attr + pkgs.attr.inputDerivation pkgs.autoconf + pkgs.autoconf.inputDerivation pkgs.automake + pkgs.automake.inputDerivation pkgs.python3 + pkgs.python3.inputDerivation pkgs.peertube pkgs.peertube.inputDerivation