mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:05:59 +01:00
flake: add aarch64-linux as supported platform
This commit is contained in:
parent
f28b71232a
commit
ecce027c02
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
inherit (nixpkgs) lib;
|
||||
genSystems = lib.genAttrs [
|
||||
# Add more systems if they are supported
|
||||
"aarch64-linux"
|
||||
"x86_64-linux"
|
||||
];
|
||||
pkgsFor = nixpkgs.legacyPackages;
|
||||
|
|
Loading…
Reference in a new issue