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:
parent
6bdbc7e0ec
commit
55e04ea09e
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue