nixos/systemd-boot: Avoid remote mypy executions

authored by nicoo and committed by Jörg Thalheim ea0dcd0a 2e7758c1

+1 -1
+1 -1
nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
··· 49 49 ''; 50 50 }; 51 51 52 - checkedSystemdBootBuilder = pkgs.runCommand "systemd-boot" { 52 + checkedSystemdBootBuilder = pkgs.runCommandLocal "systemd-boot" { 53 53 nativeBuildInputs = [ pkgs.mypy ]; 54 54 } '' 55 55 install -m755 ${systemdBootBuilder} $out