From 4521ae21fc37d00698f17560c23ad458e0f3b8ca Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 21 Dec 2022 04:54:38 +0100 Subject: [PATCH] platform: clean up flake.nix for aarch64 support --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 73a9e69..e73f253 100644 --- a/flake.nix +++ b/flake.nix @@ -74,7 +74,7 @@ "x86_64-linux" # Not actively tested, but may work: - # "aarch64-linux" + "aarch64-linux" ]; perSystem = { config, system, pkgs, ... }: