Skip to content

Commit 0177932

Browse files
authored
Merge pull request #32 from NotAShelf/systems-input
flake: add aarch64-linux to systems
2 parents 6bdbc7e + 55e04ea commit 0177932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)