Skip to content

Commit

Permalink
enable flake also on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 2, 2024
1 parent a56ea8f commit 89022de
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 89022de

Please sign in to comment.