Update mix.nix
All checks were successful
Build & Test / nix-build (push) Successful in 1m11s

This commit is contained in:
Kodi Craft 2024-07-08 17:02:09 +02:00
parent 9f9abf277d
commit 1f331fabfc
Signed by: kodi
GPG Key ID: 69D9EED60B242822

13
mix.nix
View File

@ -59,6 +59,19 @@ let
beamDeps = []; beamDeps = [];
}; };
uuid = buildMix rec {
name = "uuid";
version = "1.1.8";
src = fetchHex {
pkg = "uuid";
version = "${version}";
sha256 = "c790593b4c3b601f5dc2378baae7efaf5b3d73c4c6456ba85759905be792f2ac";
};
beamDeps = [];
};
}; };
in self in self