about summary refs log tree commit diff
path: root/pkgs/profpatsch/sandbox.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/sandbox: fix the env callProfpatsch2021-03-051-1/+1
|
* treewide: use `runCommandLocal` where applicableProfpatsch2019-12-081-1/+1
| | | | | | | `runCommandLocal` was added to nixpkgs in https://github.com/NixOS/nixpkgs/pull/74642 to speed up trivial `runCommand` derivations by always building them locally. We have a few places where that’s good to use.
* pkgs/profpatsch: add sandbox primitiveProfpatsch2019-12-081-0/+63
Small sandboxing utility, which unshares the filesystem via user-namespaces and can optionally bind-mount existing paths into the sandbox.