From 996b42634dba83a488d0ac67eac954c0b5582c71 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 27 Mar 2025 03:09:16 +0900 Subject: test/sandbox: invoke check program directly Signed-off-by: Ophestra --- test/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'test/configuration.nix') diff --git a/test/configuration.nix b/test/configuration.nix index a4fa829a..75439fcd 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -6,7 +6,12 @@ }: let testCases = import ./sandbox/case { - inherit (pkgs) lib callPackage foot; + inherit (pkgs) + lib + callPackage + writeText + foot + ; inherit (config.environment.fortify.package) version; }; in -- cgit v1.3.1