Try newlines
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
shellcheck
|
shellcheck
|
||||||
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
|
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
|
||||||
];
|
];
|
||||||
extraCommands = [
|
extraCommands = builtins.concatStringsSep "\n" [
|
||||||
"mkdir -p /tmp"
|
"mkdir -p /tmp"
|
||||||
"chmod -R 777 /tmp"
|
"chmod -R 777 /tmp"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user