Try newlines

This commit is contained in:
Greg Hellings
2024-04-16 15:07:17 -05:00
parent 15bfd54f61
commit 0d41929fb6
+1 -1
View File
@@ -38,7 +38,7 @@
shellcheck
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
];
extraCommands = [
extraCommands = builtins.concatStringsSep "\n" [
"mkdir -p /tmp"
"chmod -R 777 /tmp"
];