feat: add darwin platforms to nix flake
This commit is contained in:
parent
614754682e
commit
43a923ff8b
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
||||||
systems = [
|
systems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
|
"x86_64-darwin"
|
||||||
|
"aarch64-darwin"
|
||||||
];
|
];
|
||||||
forAllSystems = nixpkgs.lib.genAttrs systems;
|
forAllSystems = nixpkgs.lib.genAttrs systems;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue