From d14fa5c1cbce956eceedc9edbba91213695f2092 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Thu, 28 May 2026 22:11:01 +0200 Subject: [PATCH] permission hack --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 145f544..eaf0fdf 100644 --- a/flake.nix +++ b/flake.nix @@ -155,6 +155,7 @@ '' mkdir -p "$out" cp -a ${finalAttrs.baseMitmCache}/. "$out/" + chmod -R u+w "$out" substratePath="$out/https/plugins.gradle.org/m2/com/gluonhq/substrate/0.0.68/substrate-0.0.68.jar" if [ ! -e "$substratePath" ]; then