From db56f164dd4d6bba8f606fd49885cdbe9803fe9b Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sun, 2 Apr 2023 11:43:55 +0200 Subject: [PATCH] Add support for aarch64-linux (#57) --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 2a440b6..1e24b5c 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,7 @@ genSystems = lib.genAttrs [ # Add more systems if they are supported "x86_64-linux" + "aarch64-linux" ]; pkgsFor = nixpkgs.legacyPackages; mkDate = longDate: (lib.concatStringsSep "-" [