From 1edb94ea6eec380c07072d557c5d424be63a48c9 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Thu, 6 Apr 2023 07:09:09 +0300 Subject: [PATCH] fix path --- pkgs-lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs-lib.nix b/pkgs-lib.nix index 88cbc04..26186e3 100644 --- a/pkgs-lib.nix +++ b/pkgs-lib.nix @@ -92,7 +92,7 @@ in { path = "${toString from}/${name}"; }; indexRendered = let - path = "${toString src}/index.md"; + path = getPath src "index.md"; in if l.pathExists path then l.readFile (parseMarkdown "index.html" path)