From c271e72313eac3f19a384a54bf44c4005a8ce730 Mon Sep 17 00:00:00 2001 From: Olaf Date: Sat, 17 May 2025 13:08:40 +0200 Subject: [PATCH] more experminenting with permissions --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0b3bc36..3bcf1dd 100644 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ #!/usr/bin/env bash PATH=${nixpkgs.legacyPackages.${system}.git}/bin:$PATH echo "Running ${scriptName} for ${system}" - chmod +x ${self}/apps/${system}/${scriptName} + sudo chmod +x ${self}/apps/${system}/${scriptName} exec ${self}/apps/${system}/${scriptName} '') }/bin/${scriptName}";