commit 2a5bd2acdd984b5be675260b031f0dbc30e8aa96 (tree) parent ec304dfe65b1b6d940df1b3e9802bbc17155bf50 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Tue, 15 Aug 2023 16:43:45 +0300 rpi3b+: another suggestion Diffstat:
| M | flake.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 = [