flake: add aarch64-linux as supported platform

This commit is contained in:
Mihai Fufezan 2022-08-09 13:17:47 +03:00
parent f28b71232a
commit ecce027c02
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 1 additions and 0 deletions

View File

@ -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;