diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-16 19:29:01 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-16 19:29:01 +0900 |
| commit | 138666d75301032710f7fb91c940a64c61d6ed7e (patch) | |
| tree | b16cea9845b52f15bd2babda3c18b1af994c994e /package.nix | |
| parent | f4628e181b07633e8a2e0900205bd78c757a0529 (diff) | |
nix: skip acl test
The nix build environment does not support ACLs.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.nix b/package.nix index b2a8d477..5a61399c 100644 --- a/package.nix +++ b/package.nix @@ -43,6 +43,9 @@ buildGoModule rec { Finit = "${placeholder "out"}/libexec/finit"; }; + # nix build environment does not allow acls + GO_TEST_SKIP_ACL = 1; + buildInputs = [ acl wayland |
