Revert "nixos/systemd-boot: Avoid remote mypy executions"

This reverts commit ea0dcd0ae1.
This commit is contained in:
Martin Weinelt 2023-10-23 03:38:13 +02:00 committed by GitHub
parent 0b2036cad0
commit 0e4b63f713

View file

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