Revert "nixos/systemd-boot: Avoid remote mypy executions"
This reverts commit ea0dcd0ae1
.
This commit is contained in:
parent
0b2036cad0
commit
0e4b63f713
@ -49,7 +49,7 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
checkedSystemdBootBuilder = pkgs.runCommandLocal "systemd-boot" {
|
||||
checkedSystemdBootBuilder = pkgs.runCommand "systemd-boot" {
|
||||
nativeBuildInputs = [ pkgs.mypy ];
|
||||
} ''
|
||||
install -m755 ${systemdBootBuilder} $out
|
||||
|
Loading…
Reference in New Issue
Block a user