chore(3p/sources): Bump channels & overlays
- //tvix: address new clippy lints - //users/tazjin: Satisfy gonic module's new need for a playlist folder. - //users/aspen/games: adjust for changed location of df's default init.txt and d_init.txt. Change-Id: I00a2adb506ae866206fb6f88c39c9a6af320380f Reviewed-on: https://cl.tvl.fyi/c/depot/+/11509 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: sterni <sternenseemann@systemli.org> Tested-by: BuildkiteCI Reviewed-by: aspen <root@gws.fyi>
This commit is contained in:
parent
eace431e53
commit
69e4a78818
6 changed files with 27 additions and 24 deletions
|
|
@ -15,14 +15,14 @@ let
|
|||
});
|
||||
|
||||
init = runCommand "init.txt" { } ''
|
||||
substitute "${df-orig}/data/init/init.txt" $out \
|
||||
substitute "${df-orig}/data/init/init_default.txt" $out \
|
||||
--replace "[INTRO:YES]" "[INTRO:NO]" \
|
||||
--replace "[VOLUME:255]" "[VOLUME:0]" \
|
||||
--replace "[FPS:NO]" "[FPS:YES]"
|
||||
'';
|
||||
|
||||
d_init = runCommand "d_init.txt" { } ''
|
||||
substitute "${df-orig}/data/init/d_init.txt" $out \
|
||||
substitute "${df-orig}/data/init/d_init_default.txt" $out \
|
||||
--replace "[AUTOSAVE:NONE]" "[AUTOSAVE:SEASONAL]" \
|
||||
--replace "[AUTOSAVE_PAUSE:NO]" "[AUTOSAVE_PAUSE:YES]" \
|
||||
--replace "[INITIAL_SAVE:NO]" "[INITIAL_SAVE:YES]" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue