nixos/direnv: stop uneccesary build

This commit is contained in:
Gerg-L
2024-07-27 15:36:24 -04:00
parent 9183b7d82b
commit c6f73686d6

View File

@@ -102,13 +102,13 @@ in
else else
[ [
#direnv has a fish library which sources direnv for some reason #direnv has a fish library which sources direnv for some reason
(cfg.package.overrideAttrs (old: { (pkgs.symlinkJoin {
installPhase = inherit (cfg.package) name;
(old.installPhase or "") paths = [ cfg.package ];
+ '' postBuild = ''
rm -rf $out/share/fish rm -rf $out/share/fish
''; '';
})) })
]; ];
variables = { variables = {