aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst/template_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'hst/template_test.go')
-rw-r--r--hst/template_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/hst/template_test.go b/hst/template_test.go
index e3c36f58..76933783 100644
--- a/hst/template_test.go
+++ b/hst/template_test.go
@@ -104,6 +104,15 @@ func TestTemplate(t *testing.T) {
"perm": 493
},
{
+ "type": "overlay",
+ "dst": "/nix/store",
+ "lower": [
+ "/mnt-root/nix/.ro-store"
+ ],
+ "upper": "/mnt-root/nix/.rw-store/upper",
+ "work": "/mnt-root/nix/.rw-store/work"
+ },
+ {
"type": "bind",
"src": "/nix/store"
},