about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/Profpatsch/blog/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/blog/default.nix b/users/Profpatsch/blog/default.nix
index 9848d83c56..9f7b0fdfa2 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}";