diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-08-07 18:07:19 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-08-07 18:07:19 +0900 |
| commit | b353c3deeaee900761d9ccccc82672402d5529e3 (patch) | |
| tree | 6676799dc4e972e16dabbd4833016948c8526981 /test | |
| parent | fde5f1ca6400d21510f4d829f66a1ce434ba1fc0 (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.nix | 1 |
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/ ''; }; }; |
