flake: aarch64 support
This commit is contained in:
parent
a0f4b8e3e7
commit
ab5b2a4ac7
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
# System types to support.
|
# System types to support.
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
|
|
||||||
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems
|
forAllSystems = function: nixpkgs.lib.genAttrs supportedSystems
|
||||||
|
|
Loading…
Reference in a new issue