diff --git a/packages/journalctl-last-invocation/package.nix b/packages/journalctl-last-invocation/package.nix index f2303e1..5eecd75 100644 --- a/packages/journalctl-last-invocation/package.nix +++ b/packages/journalctl-last-invocation/package.nix @@ -11,9 +11,6 @@ mkDerivation { version = "2025-03-10" ; dontUnpack = true ; - dontPatch = true ; - dontConfigure = true ; - dontBuild = true ; installPhase = '' runHook preInstall @@ -26,9 +23,6 @@ mkDerivation { exec ${systemd}/bin/journalctl _SYSTEMD_INVOCATION_ID=\$( ${systemd}/bin/systemctl show --value --property=InvocationID \$1 ) EOF - # TODO: Check if Nix does this for us - chmod +x $out/bin/* - runHook postInstall '' ; }