From 55e04ea09e04808ca227f09e29fb904ab3dbfd47 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 21 May 2025 14:35:59 +0200 Subject: [PATCH] flake: add aarch64-linux to systems --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b5af16a..affc70b 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,7 @@ nixpkgs, ... } @ inputs: let - forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux"]; + forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux" "aarch64-linux"]; pkgsForEach = nixpkgs.legacyPackages; in { packages = forAllSystems (system: {