diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-27 03:09:16 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-27 03:11:50 +0900 |
| commit | 996b42634dba83a488d0ac67eac954c0b5582c71 (patch) | |
| tree | 04eb4b05bc6929b1cffb39b5aac345a5423efb86 /test/configuration.nix | |
| parent | 300571af4777c8322bc0c7fafdf18a5879c237e6 (diff) | |
test/sandbox: invoke check program directly
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
