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 --- flake.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 3cca5975..f29dc179 100644 --- a/flake.nix +++ b/flake.nix @@ -137,7 +137,6 @@ CC="musl-clang -O3 -Werror -Qunused-arguments" \ GOCACHE="$(mktemp -d)" \ - HAKUREI_TEST_SKIP_ACL=1 \ PATH="${pkgs.pkgsStatic.musl.bin}/bin:$PATH" \ DESTDIR="$out" \ HAKUREI_VERSION="v${hakurei.version}" \ -- cgit v1.3.1