From 08a5cc019bbd9177c26fb281179bb8fcd9a73a8e Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sun, 30 Jun 2024 23:47:47 +0530 Subject: [PATCH] skipper: remove emulated systems --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index ad64165..89e08ee 100644 --- a/flake.nix +++ b/flake.nix @@ -81,10 +81,6 @@ ./common ./hosts/skipper ./home - - { - boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; - } ]; }; Rico0 =