forked from potsda.mn/mobilizon
make flake compile without setting --no-validate-compile-env
This commit is contained in:
parent
51ee15e659
commit
7a1390825f
|
@ -71,9 +71,6 @@ mixRelease rec {
|
||||||
ex_cldr_dates_times = prev.ex_cldr_dates_times.override {
|
ex_cldr_dates_times = prev.ex_cldr_dates_times.override {
|
||||||
preBuild = "touch config/prod.exs";
|
preBuild = "touch config/prod.exs";
|
||||||
};
|
};
|
||||||
ex_cldr_plugs = prev.ex_cldr_plugs.override {
|
|
||||||
preBuild = "touch config/prod.exs";
|
|
||||||
};
|
|
||||||
# Upstream issue: https://github.com/bryanjos/geo_postgis/pull/87
|
# Upstream issue: https://github.com/bryanjos/geo_postgis/pull/87
|
||||||
geo_postgis = prev.geo_postgis.overrideAttrs (old: {
|
geo_postgis = prev.geo_postgis.overrideAttrs (old: {
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [ final.ecto ];
|
propagatedBuildInputs = old.propagatedBuildInputs ++ [ final.ecto ];
|
||||||
|
|
Loading…
Reference in a new issue