From 52a3d2cdd4dbc3369c2e774adc3bde4551ec1ec3 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 10 Jul 2023 10:30:12 +0200 Subject: [PATCH] Wrong system architeture --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 74ce277..d4ca166 100644 --- a/flake.nix +++ b/flake.nix @@ -101,7 +101,7 @@ ]; }; yokai = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; + system = "aarch64-linux"; specialArgs = inputs; modules = [ ./systems/yokai