all repos — nixfiles @ b6c7753f6e4336277f458844bf167aa0524d91ab

System and user configuration, managed by nix and home-manager

Revert "prefect: remove aarch64 emulation" This reverts commit 978614a0b1478eba985b552414e7dd7edfca84f3.

Alan Pearce
commit

b6c7753f6e4336277f458844bf167aa0524d91ab

parent

0e1e6e9bf1cac986071cd40d5e199fcc615ceee9

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M system/prefect.nixsystem/prefect.nix
@@ -129,6 +129,7 @@ };
system.stateVersion = "23.05"; + boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; nix.settings.trusted-users = [ "root" "nixremote" ]; users.users.nixremote = { shell = "/bin/sh";