Use ideas off random GitHub issue

This commit is contained in:
Greg Hellings
2024-04-16 15:24:49 -05:00
parent 0d735a6c49
commit ebfcbfffcb
+3 -4
View File
@@ -38,11 +38,10 @@
shellcheck
(xonsh.overridePythonAttrs (old: rec { python3 = basicPython; propagatedBuildInputs = old.propagatedBuildInputs ++ [ basicPython.pkgs.pyyaml ];}))
];
fakeRootCommands = builtins.concatStringsSep "\n" [
"mkdir -p /tmp"
"chmod -R 777 /tmp"
extraCommands = builtins.concatStringsSep "\n" [
"mkdir -p tmp"
"chmod 1777 tmp"
];
enableFakechroot = true;
};
};
};