diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-03-27 23:43:13 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-03-27 23:43:13 +0900 |
| commit | d97a03c7c6d723587b6c35c8cbd8b69101d7e93f (patch) | |
| tree | fe0a544a598d59461299c490f800b5d9f86b5901 /test/configuration.nix | |
| parent | a102178019cc290b2593f54cc6b12e1ae8258d1e (diff) | |
test/sandbox: separate test tool source
This improves readability and allows gofmt to format the file.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/configuration.nix')
| -rw-r--r-- | test/configuration.nix | 10 |
1 files changed, 1 insertions, 9 deletions
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 = { |
