aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/hst_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2025-10-11 13:42:54 +0900
committerOphestra <cat@gensokyo.uk>2025-10-11 13:51:08 +0900
commit04a27c8e475c084b7dc94b00f57d7fd77201ee57 (patch)
tree1a4934fc7176be244532320bad1cafcd75819544 /hst/hst_test.go
parent9e3df0905b28c336c3b9df95bd8dfbccd36b7e61 (diff)
hst: use plausible overlay template
The current value is copied from a test case, and does not resemble its intended use case. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'hst/hst_test.go')
-rw-r--r--hst/hst_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/hst/hst_test.go b/hst/hst_test.go
index 0bd6c2b0..301704bf 100644
--- a/hst/hst_test.go
+++ b/hst/hst_test.go
@@ -193,10 +193,10 @@ func TestTemplate(t *testing.T) {
"type": "overlay",
"dst": "/nix/store",
"lower": [
- "/mnt-root/nix/.ro-store"
+ "/var/lib/hakurei/base/org.nixos/ro-store"
],
- "upper": "/mnt-root/nix/.rw-store/upper",
- "work": "/mnt-root/nix/.rw-store/work"
+ "upper": "/var/lib/hakurei/nix/u0/org.chromium.Chromium/rw-store/upper",
+ "work": "/var/lib/hakurei/nix/u0/org.chromium.Chromium/rw-store/work"
},
{
"type": "bind",