Skip to content

Commit 55e04ea

Browse files
author
Bloxx12
committed
flake: add aarch64-linux to systems
1 parent 6bdbc7e commit 55e04ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
nixpkgs,
77
...
88
} @ inputs: let
9-
forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux"];
9+
forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux" "aarch64-linux"];
1010
pkgsForEach = nixpkgs.legacyPackages;
1111
in {
1212
packages = forAllSystems (system: {

0 commit comments

Comments
 (0)