Skip to content

Commit

Permalink
also enable aarch64-darwin in flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 20, 2024
1 parent 3730ad6 commit 5c0d8bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@

let
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
systems = [ "x86_64-linux" "aarch64-linux" "i686-linux" "x86_64-darwin" ];
systems = [
"x86_64-linux"
"aarch64-linux"
"i686-linux"
"x86_64-darwin"
"aarch64-darwin"
];
in {

overlay = final: prev: {
Expand Down

0 comments on commit 5c0d8bc

Please sign in to comment.