Create /tmp folder
This commit is contained in:
@@ -38,6 +38,9 @@
|
|||||||
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 = [
|
||||||
|
"mkdir -p /tmp"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user