elm: be able to install everything inside a profile to fix #19943
This commit is contained in:
parent
86310553ca
commit
1d71ae259f
@ -80,9 +80,9 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
in hsPkgs.elmPkgs // {
|
in hsPkgs.elmPkgs // {
|
||||||
elm = buildEnv {
|
elm = lib.hiPrio (buildEnv {
|
||||||
name = "elm-${hsPkgs.elmVersion}";
|
name = "elm-${hsPkgs.elmVersion}";
|
||||||
paths = lib.mapAttrsToList (name: pkg: pkg) hsPkgs.elmPkgs;
|
paths = lib.mapAttrsToList (name: pkg: pkg) hsPkgs.elmPkgs;
|
||||||
pathsToLink = [ "/bin" ];
|
pathsToLink = [ "/bin" ];
|
||||||
};
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user