Fix eval warning: stdenv.hostPlatform.system

This commit is contained in:
2026-02-19 10:19:25 +00:00
parent 68e2111b4c
commit de2f1b16e4
3 changed files with 6 additions and 6 deletions

View File

@@ -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