Create /tmp folder

This commit is contained in:
Greg Hellings
2024-04-16 14:53:04 -05:00
parent 4e3cee26c6
commit a31c407c34
+3
View File
@@ -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"
];
}; };
}; };
}; };