From 2a5bd2acdd984b5be675260b031f0dbc30e8aa96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 15 Aug 2023 16:43:45 +0300 Subject: [PATCH] rpi3b+: another suggestion --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 00eb2a9..9961e5d 100644 --- a/flake.nix +++ b/flake.nix @@ -106,8 +106,8 @@ #}; pkgs = import nixpkgs { - system = "aarch64-linux"; - crossSystem = "x86_64-linux"; + system = "x86_64-linux"; + crossSystem = "aarch64-linux"; }; modules = [