Try newlines
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user