diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-07 18:32:56 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-07 18:56:27 +0900 |
| commit | 6d55ee536e902d059380f79e870d06547627cc7c (patch) | |
| tree | aacf3e3ec42525cf0e7a674aa948359fd0c21ae2 /test/sandbox/default.nix | |
| parent | c8e8651694415d497b0800319b2ddda361b7651f (diff) | |
test: move nix files
These are too much clutter. Move them to test directory until the test suite replacement is upstreamed.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/default.nix')
| -rw-r--r-- | test/sandbox/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sandbox/default.nix b/test/sandbox/default.nix index a0b8d13a..47a59de9 100644 --- a/test/sandbox/default.nix +++ b/test/sandbox/default.nix @@ -14,7 +14,7 @@ testers.nixosTest { # Run with Go race detector: environment.hakurei = lib.mkIf withRace rec { # race detector does not support static linking - package = (pkgs.callPackage ../../package.nix { }).overrideAttrs (previousAttrs: { + package = (pkgs.callPackage ../package.nix { }).overrideAttrs (previousAttrs: { env = previousAttrs.env // { GOFLAGS = previousAttrs.env.GOFLAGS + " -race"; }; |
