From 0b457b83d301ad495100cf1e3f9e6b2ffd5e3c2e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 16 Apr 2026 22:53:11 -0400 Subject: [PATCH] fix build --- system/system-yarn.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/system-yarn.nix b/system/system-yarn.nix index 58e661d..5558048 100644 --- a/system/system-yarn.nix +++ b/system/system-yarn.nix @@ -187,7 +187,7 @@ exec /run/wrappers/bin/doas "$@" STUB - chmod 755 $out/bin/* + find $out/bin -type f -exec chmod 755 {} + ''; }; }