Remove chmod +x
in journalctl-last-invocation package expression
This is a test to see if Nix has a phase that does this automatically.
This commit is contained in:
parent
a7d6810c93
commit
ac9601685d
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
'' ;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue