From ecce027c02bda91277ae8b9a9d95508c4e93eb73 Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Tue, 9 Aug 2022 13:17:47 +0300 Subject: [PATCH] flake: add aarch64-linux as supported platform --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 867a7a3f..db1b16cf 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ inherit (nixpkgs) lib; genSystems = lib.genAttrs [ # Add more systems if they are supported + "aarch64-linux" "x86_64-linux" ]; pkgsFor = nixpkgs.legacyPackages;