nixos/systemd-boot: Avoid remote mypy executions

This commit is contained in:
nicoo 2023-10-17 10:27:43 +00:00 committed by Jörg Thalheim
parent 2e7758c118
commit ea0dcd0ae1

View File

@ -49,7 +49,7 @@ let
'';
};
checkedSystemdBootBuilder = pkgs.runCommand "systemd-boot" {
checkedSystemdBootBuilder = pkgs.runCommandLocal "systemd-boot" {
nativeBuildInputs = [ pkgs.mypy ];
} ''
install -m755 ${systemdBootBuilder} $out