nixos/direnv: stop uneccesary build
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user