Fix permissions in creation
This commit is contained in:
@@ -38,10 +38,11 @@
|
|||||||
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 = builtins.concatStringsSep "\n" [
|
fakeRootCommands = builtins.concatStringsSep "\n" [
|
||||||
"mkdir -p /tmp"
|
"mkdir -p /tmp"
|
||||||
"chmod -R 777 /tmp"
|
"chmod -R 777 /tmp"
|
||||||
];
|
];
|
||||||
|
enableFakechroot = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user