nix: ensure exec permission for wrap_term_launch.sh (#879)

Fixes #614
This commit is contained in:
𝐀𝖓𝖆𝖗𝖎𝖔𝐍 2025-11-04 13:14:50 +01:00 committed by GitHub
parent 668b422149
commit 302de85ab9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,6 +140,9 @@ in
mkdir -p $out/lib mkdir -p $out/lib
ln -s ${extras}/lib/* $out/lib/ ln -s ${extras}/lib/* $out/lib/
# Ensure wrap_term_launch.sh is executable
chmod 755 $out/share/caelestia-shell/assets/wrap_term_launch.sh
''; '';
passthru = { passthru = {