1
0
Fork 0
This commit is contained in:
Yusuf Bera Ertan 2022-10-29 04:07:06 +03:00
parent 3f195b9884
commit 06c837f139
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
imports = [inputs.emanote.flakeModule];
perSystem = {self', ...}: {
emanote.sites."blog" = {
path = ./.;
pathString = ".";
layers = [./.];
layersString = ["."];
};
packages.default = self'.packages.blog;
apps.default = self'.apps.blog;