fix #52118
This commit is contained in:
parent
fb0e49a9a7
commit
28293fb169
|
@ -26,7 +26,7 @@ let
|
||||||
The elm-format expression is updated via a script in the https://github.com/avh4/elm-format repo:
|
The elm-format expression is updated via a script in the https://github.com/avh4/elm-format repo:
|
||||||
`pacakge/nix/build.sh`
|
`pacakge/nix/build.sh`
|
||||||
*/
|
*/
|
||||||
elm-format = doJailbreak (self.callPackage ./packages/elm-format.nix {});
|
elm-format = justStaticExecutables (doJailbreak (self.callPackage ./packages/elm-format.nix {}));
|
||||||
|
|
||||||
inherit fetchElmDeps;
|
inherit fetchElmDeps;
|
||||||
elmVersion = elmPkgs.elm.version;
|
elmVersion = elmPkgs.elm.version;
|
||||||
|
|
Loading…
Reference in New Issue