Use ideas off random GitHub issue
This commit is contained in:
@@ -38,11 +38,10 @@
|
|||||||
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 ];}))
|
||||||
];
|
];
|
||||||
fakeRootCommands = builtins.concatStringsSep "\n" [
|
extraCommands = builtins.concatStringsSep "\n" [
|
||||||
"mkdir -p /tmp"
|
"mkdir -p tmp"
|
||||||
"chmod -R 777 /tmp"
|
"chmod 1777 tmp"
|
||||||
];
|
];
|
||||||
enableFakechroot = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user