about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-26T12·43+0200
committerclbot <clbot@tvl.fyi>2022-05-26T16·09+0000
commitd10cbc711db014a155c6aed42134bebf5cce27b9 (patch)
tree141d4798a30fab3bfac861540b30e903f7e07a56
parent565993f016734c461fa0ae66117eaf081818f5ce (diff)
refactor(Profpatsch/blog): Prepare for restricted-eval r/4138
Change-Id: Ia73db534634b11c6361e4e88a4d73a1512d969ca
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5685
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
-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}";