Update nix to same versions as main ae node
This commit is contained in:
parent
e235be1d50
commit
395eeeffe2
@ -1,8 +1,6 @@
|
|||||||
let
|
let
|
||||||
stable = import (fetchTarball { # 19.09
|
stable = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/860b56be91fb874d48e23a950815969a7b832fbc.tar.gz"
|
||||||
url = https://github.com/NixOS/nixpkgs-channels/archive/a22b0189002.tar.gz;
|
){}; # 21.11
|
||||||
sha256 = "0rgd0cbxg9mrzb830hgjlvy134ivpfcnkyhbnlvvn8vl4y20zqmz";
|
|
||||||
}) {};
|
|
||||||
in {
|
in {
|
||||||
aeternityEnv = stable.stdenv.mkDerivation {
|
aeternityEnv = stable.stdenv.mkDerivation {
|
||||||
name = "ecrecover";
|
name = "ecrecover";
|
||||||
@ -10,7 +8,7 @@ in {
|
|||||||
## base
|
## base
|
||||||
stable.stdenv
|
stable.stdenv
|
||||||
## erlang
|
## erlang
|
||||||
stable.erlangR21 # OTP 21.3.5.2
|
stable.erlangR23 # OTP 23.3.4.4
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user