entry point fix2
Validate NixOS Config / validate (push) Waiting to run

This commit is contained in:
2024-08-24 16:24:57 +00:00
parent be528f1724
commit 456cafe18b
+1 -1
View File
@@ -45,7 +45,7 @@
mode = "0755";
text = ''
#!/bin/sh
exec sleep "$@"
exec sleep 10"
'';
};