about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--third_party/overlays/tvl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 0bf301e8e5..3e9607984e 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -39,7 +39,7 @@ self: super: {
 
       # Build EXWM with the depot sources instead.
       exwm = esuper.exwm.overrideAttrs(_: {
-        src = "${depot.path + "/third_party/exwm"}";
+        src = depot.path.origSrc + "/third_party/exwm";
       });
     })
   );