aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-08-07 18:07:19 +0900
committerOphestra <cat@gensokyo.uk>2025-08-07 18:07:19 +0900
commitb353c3deeaee900761d9ccccc82672402d5529e3 (patch)
tree6676799dc4e972e16dabbd4833016948c8526981 /test
parentfde5f1ca6400d21510f4d829f66a1ce434ba1fc0 (diff)
nix: make src overlay writable
The lowerdir is in the nix store. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'test')
-rw-r--r--test/interactive/vm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/interactive/vm.nix b/test/interactive/vm.nix
index c1239a64..522878e9 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/
'';
};
};