Add darwin hash for deps

This commit is contained in:
bluepython508
2024-09-26 12:02:38 +01:00
parent 44fa3976ad
commit b0643a760e

View File

@@ -23,7 +23,10 @@
deps = fetchMixDeps {
pname = "mix-deps-${pname}";
inherit version src;
sha256 = "sha256-/9Ushiv0z1wJL9FwebUF4gem8IOwlUPnQuDBiXV0Ib8=";
sha256 = {
"x86_64-linux" = "sha256-/9Ushiv0z1wJL9FwebUF4gem8IOwlUPnQuDBiXV0Ib8=";
"aarch64-darwin" = "sha256-8gFgTV1qYrC3iw5/AyeEOMAYtcEK7wTXie+Z9RDrqUI=";
}.${pkgs.system};
};
hash = builtins.substring 11 32 "${./mix.lock}";
in