From 923aedc47515da4173d70cff0262f4abc0d17497 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sat, 16 Mar 2024 17:15:58 +0100 Subject: [PATCH] magpie: arm64-linux -> aarch64-linux --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 238e44c..1109459 100644 --- a/flake.nix +++ b/flake.nix @@ -158,7 +158,7 @@ ]; }; magpie = nixpkgs.lib.nixosSystem rec { - system = "arm64-linux"; + system = "aarch64-linux"; modules = [ {_module.args = inputs;} {_module.args.system = system;}