fix sleep location in container
Validate NixOS Config / validate (push) Failing after 0s

This commit is contained in:
2024-08-24 16:01:17 +00:00
parent 3c60a8a0d6
commit 3d360d2357
+1 -1
View File
@@ -45,7 +45,7 @@
mode = "0755"; mode = "0755";
text = '' text = ''
#!/bin/sh #!/bin/sh
exec ${pkgs.coreutils}/bin/sleep "$@" exec sleep "$@"
''; '';
}; };