diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-09-14 14:59:53 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-09-14 14:59:53 +0900 |
| commit | d0ddd7193407af4162312469f19bd02af4d4bce1 (patch) | |
| tree | 50de78bd74902777d22bc7a6c469a79fd027c126 /test/sandbox/configuration.nix | |
| parent | 70e02090f7163729ff0002aa51cbf002d583233b (diff) | |
test/sandbox: bind /var/tmp writable
This makes it possible to place markers with private tmpdir.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test/sandbox/configuration.nix')
| -rw-r--r-- | test/sandbox/configuration.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix index 977d8546..84065531 100644 --- a/test/sandbox/configuration.nix +++ b/test/sandbox/configuration.nix @@ -79,6 +79,11 @@ in commonPaths = [ { type = "bind"; + src = "/var/tmp"; + write = true; + } + { + type = "bind"; src = "/var/cache"; write = true; } |
