s_check now uses "true" again because it just works now for some reason

This commit is contained in:
2024-11-17 08:23:42 -05:00
parent 654a5f8777
commit 1cafcaf3e3

View File

@@ -4,6 +4,6 @@ pkgs.writeShellApplication {
text = '' text = ''
#!/run/current-system/sw/bin/bash #!/run/current-system/sw/bin/bash
[ "$SOUNDS_ENABLED" -eq 1 ] [ "$SOUNDS_ENABLED" = "true" ]
''; '';
} }