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

Merge pull request #32 from NotAShelf/systems-input

flake: add aarch64-linux to systems
This commit is contained in:
raf 2025-05-21 15:53:08 +03:00 committed by GitHub
commit 017793288a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
nixpkgs, nixpkgs,
... ...
} @ inputs: let } @ inputs: let
forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux"]; forAllSystems = nixpkgs.lib.genAttrs ["x86_64-linux" "aarch64-linux"];
pkgsForEach = nixpkgs.legacyPackages; pkgsForEach = nixpkgs.legacyPackages;
in { in {
packages = forAllSystems (system: { packages = forAllSystems (system: {