From e4355279a1624833e36455a1a85788dbe091464e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 7 Apr 2026 15:18:28 +0900 Subject: 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 --- package.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'package.nix') 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 = [ -- cgit v1.3.1