diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/overlays/tvl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index 0bf301e8e50c..3e9607984ef3 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"; }); }) ); |