Get container overlays working again

This commit is contained in:
Greg Hellings
2024-02-13 23:58:38 -06:00
parent 90c898dcc1
commit 7c0f5b3731
4 changed files with 10 additions and 3 deletions
+4 -1
View File
@@ -91,7 +91,10 @@
};
}));
overlays = { default = local_overlay; };
overlays = {
default = local_overlay;
all = overlays;
};
modules = import ./modules;