s_check now uses "true" again because it just works now for some reason
This commit is contained in:
@@ -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" ]
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user