Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib2041c4c951e4b5870f9322534736a3f6a6a6964
This commit is contained in:
parent
6f9c6893e1
commit
0996c763ef
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
}: let
|
||||
systems = ["x86_64-linux" "aarch64-linux"];
|
||||
systems = ["x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin"];
|
||||
forEachSystem = nixpkgs.lib.genAttrs systems;
|
||||
pkgsForEach = nixpkgs.legacyPackages;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue