forked from NotAShelf/beer
aarch64-darwin compatible nix
This commit is contained in:
parent
bb94543f61
commit
bff031b35b
3 changed files with 28 additions and 18 deletions
|
|
@ -5,7 +5,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
}: let
|
||||
systems = ["x86_64-linux" "aarch64-linux"];
|
||||
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin"];
|
||||
forEachSystem = nixpkgs.lib.genAttrs systems;
|
||||
pkgsForEach = nixpkgs.legacyPackages;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue