refactor: systemic refactor for FHS compliance, native systemd migration, and script hardening
This commit is contained in:
@@ -41,7 +41,10 @@ let
|
||||
mkdir -p $out/bin
|
||||
find . -type f -exec cp {} $out/bin/ \;
|
||||
chmod +x $out/bin/*
|
||||
|
||||
patchShebangs $out/bin
|
||||
'';
|
||||
|
||||
postFixup = ''
|
||||
# Wrap every script to ensure dependencies are in PATH and inject configuration
|
||||
for file in $out/bin/*; do
|
||||
if [ -f "$file" ]; then
|
||||
|
||||
Reference in New Issue
Block a user