aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.nix
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-01-27 06:49:48 +0900
committerOphestra <cat@gensokyo.uk>2026-01-27 07:00:39 +0900
commit67e453f5c4de915de23ecbe5980e595758f0f2fb (patch)
tree48845c31bc8f1f2111e17c6ac6166a135e0762d4 /package.nix
parent67092c835aa7d6e2c0b9e314f08797ce2fe88983 (diff)
dist: run tests
This used to be impossible due to nix jank which has been addressed. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
-rw-r--r--package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix
index 00c44018..2eaa2ec1 100644
--- a/package.nix
+++ b/package.nix
@@ -89,7 +89,7 @@ buildGoModule rec {
CC = "clang -O3 -Werror";
# nix build environment does not allow acls
- GO_TEST_SKIP_ACL = 1;
+ HAKUREI_TEST_SKIP_ACL = 1;
};
buildInputs = [