diff options
Diffstat (limited to 'users/Profpatsch/blog/default.nix')
-rw-r--r-- | users/Profpatsch/blog/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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}"; |