Skip to content

Commit

Permalink
fix(flake): move bigmac configuration to aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Sep 25, 2024
1 parent ec28983 commit 5a2dad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
});

darwinHosts = mapModules ./hosts/darwin (hostPath: lib.my.mkHostAttrs hostPath {
system = "x86_64-darwin";
system = "aarch64-darwin";
modules = lib.my.mapModulesRec' (toString ./modules/darwin) import;
});

Expand Down

0 comments on commit 5a2dad7

Please sign in to comment.