diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-15 03:27:54 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-15 03:27:54 +0900 |
| commit | 4433c993fae86634b813ee212803a84aaeedd374 (patch) | |
| tree | c407029bf3e7df57398ef5ba40f7630176348241 /test | |
| parent | 430991c39bedafb231e0017277e69ad95cb1d56e (diff) | |
nix: check config via hakurei
This is unfortunately the only feasible way of doing this in nix.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
| -rw-r--r-- | test/sandbox/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sandbox/configuration.nix b/test/sandbox/configuration.nix index 77af45a4..fae60ac2 100644 --- a/test/sandbox/configuration.nix +++ b/test/sandbox/configuration.nix @@ -78,6 +78,7 @@ in commonPaths = [ { + type = "bind"; src = "/var/cache"; write = true; } |
