From 43964c400850237927544df5d5a13a33150717af Mon Sep 17 00:00:00 2001 From: Tobias Happ Date: Mon, 6 Dec 2021 18:21:55 +0100 Subject: add aarch64-linux as supported system in flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8809d64..c598bdf 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ let inherit (gitignore.lib) gitignoreSource; - supportedSystems = [ "x86_64-linux" "x86_64-darwin" "aarch64-darwin" ]; + supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; forAllSystems = nixpkgs.lib.genAttrs supportedSystems; nixpkgsFor = forAllSystems (system: import nixpkgs { -- cgit v1.2.3