Fix eval warning: stdenv.hostPlatform.system
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
sha256 = {
|
||||
"x86_64-linux" = "sha256-41Brz7Oxkk9T+tD6uztq8ZxbpC/gFFUJsy20xeGZtM8=";
|
||||
"aarch64-darwin" = "sha256-8gFgTV1qYrC3iw5/AyeEOMAYtcEK7wTXie+Z9RDrqUI=";
|
||||
}.${pkgs.system};
|
||||
}.${pkgs.stdenv.hostPlatform.system};
|
||||
};
|
||||
hash = builtins.substring 11 32 "${./mix.lock}";
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user