Merge pull request #281029 from ydlr/mix2nix_0.1.9

mix2nix: 0.1.8 -> 0.1.9
This commit is contained in:
Yt 2024-02-03 17:30:18 +00:00 committed by GitHub
commit 9f415b68dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 5 deletions

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mix2nix";
version = "0.1.8";
version = "0.1.9";
src = fetchFromGitHub {
owner = "ydlr";
repo = "mix2nix";
rev = version;
hash = "sha256-iWy5q6ERzg8hRZs+bFtR6drZ9yI8Qh1v+47q3q2fFTM=";
hash = "sha256-Wh3KFp1gNDOKOG/DZdftmgy/M+67ZGfdj6W3ETQpX/8=";
};
nativeBuildInputs = [ elixir ];

View file

@ -744,9 +744,7 @@ with pkgs;
inherit (darwin) DarwinTools;
};
mix2nix = callPackage ../development/tools/mix2nix {
elixir = elixir_1_14;
};
mix2nix = callPackage ../development/tools/mix2nix { };
n98-magerun = callPackage ../development/tools/misc/n98-magerun { };