From 4433c993fae86634b813ee212803a84aaeedd374 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Fri, 15 Aug 2025 03:27:54 +0900 Subject: nix: check config via hakurei This is unfortunately the only feasible way of doing this in nix. Signed-off-by: Ophestra --- test/sandbox/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'test/sandbox') 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; } -- cgit v1.3.1