From 666bfcb7bc95800193b0aa910a5ee0380e72b655 Mon Sep 17 00:00:00 2001 From: cinereal Date: Mon, 11 Aug 2025 15:18:37 +0200 Subject: [PATCH] mv executable --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 5820c83..2293207 100644 --- a/lib.nix +++ b/lib.nix @@ -37,9 +37,9 @@ rec { mkdir -p $out/bin cp $textBeforeTemplatePath $out/template cp $scriptPath $out/bin/${name} - chmod +x $out/bin/${name} chown ${owner}:${group} $out/bin/${name} chmod ${mode} $out/bin/${name} + chmod +x $out/bin/${name} ''; # make a template with placeholders from a file