1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-27 17:07:44 +00:00

flake: add aarch64-linux to systems

This commit is contained in:
Bloxx12 2025-05-21 14:35:59 +02:00
parent 6bdbc7e0ec
commit 55e04ea09e
No known key found for this signature in database

View file

@ -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: {