From f1e0a1cb14c5a4e397ad18ce0cbf2d1b26bc816c Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Mon, 6 Feb 2023 14:38:00 -0800 Subject: [PATCH] flake: Fixed linux aarch architecture name --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6827aab..f29ca6a 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ let sysLinuxX86 = "x86_64-linux"; sysDarwinAarch = "aarch64-darwin"; - sysLinuxAarch = "aarch-linux"; + sysLinuxAarch = "aarch64-linux"; wrapPkgsSystem = { system }: import nixpkgs rec {