From b353c3deeaee900761d9ccccc82672402d5529e3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 7 Aug 2025 18:07:19 +0900 Subject: [PATCH] nix: make src overlay writable The lowerdir is in the nix store. Signed-off-by: Ophestra --- test/interactive/vm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/test/interactive/vm.nix b/test/interactive/vm.nix index c1239a6..522878e 100644 --- a/test/interactive/vm.nix +++ b/test/interactive/vm.nix @@ -49,6 +49,7 @@ }; script = '' chown -R alice:users /mnt/src/ + chmod -R +w /mnt/src/ ''; }; };