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
This commit is contained in:
parent
397c3e70b3
commit
bf4d8ab603
1 changed files with 1 additions and 1 deletions
2
third_party/overlays/tvl.nix
vendored
2
third_party/overlays/tvl.nix
vendored
|
@ -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";
|
||||
});
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue