From 06c837f139a4bb30c71d9460256fc5a25b99170f Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sat, 29 Oct 2022 04:07:06 +0300 Subject: [PATCH] fix blog --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7c2802f..c6bcf8b 100644 --- a/flake.nix +++ b/flake.nix @@ -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;