From d10cbc711db014a155c6aed42134bebf5cce27b9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 26 May 2022 14:43:06 +0200 Subject: refactor(Profpatsch/blog): Prepare for restricted-eval Change-Id: Ia73db534634b11c6361e4e88a4d73a1512d969ca Reviewed-on: https://cl.tvl.fyi/c/depot/+/5685 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- users/Profpatsch/blog/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/Profpatsch') diff --git a/users/Profpatsch/blog/default.nix b/users/Profpatsch/blog/default.nix index 9848d83c5627..9f7b0fdfa255 100644 --- a/users/Profpatsch/blog/default.nix +++ b/users/Profpatsch/blog/default.nix @@ -141,7 +141,7 @@ let }: assert (lib.assertMsg - (builtins.pathExists (depot.path.origSrc + "/${relativePath}")) + (builtins.pathExists (depot.path.origSrc + ("/" + relativePath))) "depotCgitLink: path /${relativePath} does not exist in depot, and depot.path was ${toString depot.path}"); "https://code.tvl.fyi/tree/${relativePath}"; -- cgit 1.4.1