From d97a03c7c6d723587b6c35c8cbd8b69101d7e93f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 27 Mar 2025 23:43:13 +0900 Subject: test/sandbox: separate test tool source This improves readability and allows gofmt to format the file. Signed-off-by: Ophestra --- test/configuration.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'test/configuration.nix') diff --git a/test/configuration.nix b/test/configuration.nix index 75439fcd..6f941706 100644 --- a/test/configuration.nix +++ b/test/configuration.nix @@ -5,15 +5,7 @@ ... }: let - testCases = import ./sandbox/case { - inherit (pkgs) - lib - callPackage - writeText - foot - ; - inherit (config.environment.fortify.package) version; - }; + testCases = import ./sandbox/case pkgs config.environment.fortify.package.version; in { users.users = { -- cgit v1.3.1