From bf4d8ab603a754c326d946e1a51c6ff641142e56 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 25 Nov 2021 13:52:56 +0300 Subject: fix(3p/overlays): Avoid cache-busting EXWM on every commit This is a bit silly, I assumed hte previous one would concatenate the path before importing it into the store - but it doesn't. Change-Id: Iebb4c9cb432751448deeac07d6b7ad8225711d30 --- third_party/overlays/tvl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') 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"; }); }) ); -- cgit 1.4.1