flake: add arm64-linux target
This commit is contained in:
parent
3f9559992a
commit
13bed01615
@ -9,7 +9,7 @@
|
||||
self,
|
||||
nixpkgs,
|
||||
}: let
|
||||
supportedSystems = ["x86_64-linux" "aarch64-linux"];
|
||||
supportedSystems = ["x86_64-linux" "aarch64-linux" "arm64-linux"];
|
||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||
nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system;});
|
||||
in {
|
||||
|
Loading…
Reference in New Issue
Block a user