test/sandbox: separate test tool source
This improves readability and allows gofmt to format the file. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user