diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-07 15:18:28 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-07 15:22:52 +0900 |
| commit | e4355279a1624833e36455a1a85788dbe091464e (patch) | |
| tree | 7ba95bbd813f54cbabcaaf4cec5b004f8dbe72da /package.nix | |
| parent | 289fdebead872b1b011b8fe892d43a2f234703d1 (diff) | |
all: optionally forbid degrading in tests
This enables transparently degradable tests to be forced on in environments known to support them.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package.nix b/package.nix index bde2f0c9..5fb220e9 100644 --- a/package.nix +++ b/package.nix @@ -82,9 +82,6 @@ buildGo126Module rec { env = { # use clang instead of gcc CC = "clang -O3 -Werror"; - - # nix build environment does not allow acls - HAKUREI_TEST_SKIP_ACL = 1; }; buildInputs = [ |
