fixed attr path to default drv
This commit is contained in:
parent
25c9cdc7f2
commit
0fba33d150
|
@ -53,7 +53,7 @@
|
||||||
};
|
};
|
||||||
# building
|
# building
|
||||||
packages = flake-utils.lib.flattenTree {
|
packages = flake-utils.lib.flattenTree {
|
||||||
default = website.website;
|
default = website.docusaurus;
|
||||||
lang-bundle = lang.bundle;
|
lang-bundle = lang.bundle;
|
||||||
components = components.package-build;
|
components = components.package-build;
|
||||||
storybook = components.site-build;
|
storybook = components.site-build;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user