summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-10-16Update sandbox to 17.09Alastair Pharo
2017-06-13Add more tools to the sandboxAlastair Pharo
Not sure if all are accounted for yet ...
2017-06-13A new release fixes an issue with generation of the build sandbox envAlastair Pharo
2017-06-13fixup! fixup! Adds sandboxingAlastair Pharo
2017-06-13Update .SRCINFOAlastair Pharo
2017-06-13fixup! Adds sandboxingAlastair Pharo
2017-06-13Adds sandboxingAlastair Pharo
The approach used is a bit of a hack -- 1. at install/upgrade a custom nix-build script is run that creates a nix GC root at /nix/var/nix/profiles/arch-system/build-sandbox, pointing to a buildEnv with the various tools that seem to be needed in the sandbox (so far, bash, /usr/bin/env and perl) 2. the tools that are needed are dereferenced to their paths in the nix store. This is turned into a line of config that is written into /etc/nix/nix.conf (possibly breaking pacman's .pacnew, etc. setup)
2015-09-23Additional lines in the install scriptAlastair Pharo
2015-09-15Update dep to 1.10 and correct install message regarding systemdAlastair Pharo
2015-06-15Initial commitAlastair Pharo