We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bdbc7e + 55e04ea commit 0177932Copy full SHA for 0177932
flake.nix
@@ -6,7 +6,7 @@
6
nixpkgs,
7
...
8
} @ inputs: let
9
- forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux"];
+ forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux" "aarch64-linux"];
10
pkgsForEach = nixpkgs.legacyPackages;
11
in {
12
packages = forAllSystems (system: {
0 commit comments