rerun .#update, forgot to do that after last merge
Also remove npm2nix stage, as the lock file should be good to go now
This commit is contained in:
parent
0530612b78
commit
bd89ca3355
|
@ -85,8 +85,6 @@
|
||||||
set -eou pipefail
|
set -eou pipefail
|
||||||
|
|
||||||
${pkgs.mix2nix}/bin/mix2nix ./mix.lock > mix.nix
|
${pkgs.mix2nix}/bin/mix2nix ./mix.lock > mix.nix
|
||||||
rm -rf ./node_modules/ ./package-lock.json
|
|
||||||
${pkgs.nodejs-18_x}/bin/npm install
|
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
4
mix.nix
4
mix.nix
|
@ -1609,12 +1609,12 @@ let
|
||||||
|
|
||||||
sentry = buildMix rec {
|
sentry = buildMix rec {
|
||||||
name = "sentry";
|
name = "sentry";
|
||||||
version = "9.1.0";
|
version = "8.1.0";
|
||||||
|
|
||||||
src = fetchHex {
|
src = fetchHex {
|
||||||
pkg = "sentry";
|
pkg = "sentry";
|
||||||
version = "${version}";
|
version = "${version}";
|
||||||
sha256 = "d70c88ab0c6a511594856ae2244d1bd70b8b7a4a42201a3569880f1dd2a3adec";
|
sha256 = "f9fc7641ef61e885510f5e5963c2948b9de1de597c63f781e9d3d6c9c8681ab4";
|
||||||
};
|
};
|
||||||
|
|
||||||
beamDeps = [ hackney jason plug plug_cowboy ];
|
beamDeps = [ hackney jason plug plug_cowboy ];
|
||||||
|
|
Loading…
Reference in a new issue