Skip to content

Commit

Permalink
Minor fixups for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jonringer committed Feb 13, 2023
1 parent 28cf900 commit fe043e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
pkgs = pkgsForSystem (args.system or "x86_64-linux");
} // { inherit (args) extraSpecialArgs; });

in utils.lib.eachSystem [ "x86_64-linux" ] (system: rec {
in utils.lib.eachSystem [ "x86_64-linux" "aarch64-darwin" "x86_64-darwin" ] (system: rec {
legacyPackages = pkgsForSystem system;
}) // {
# non-system suffixed items should go here
Expand Down Expand Up @@ -80,5 +80,6 @@
};

inherit home-manager;
inherit (home-manager) packages;
};
}
10 changes: 0 additions & 10 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,6 @@ in
# };
# };
#}
{
condition = "gitdir:~/comm/";
contents = {
user = {
name = "Jonathan Ringer";
email = "[email protected]";
signingKey = "SHA256:KtR4tLVU9XtEqWk5V1IuBfpZ/vvtAtSxxE49EE47MWQ";
};
};
}
# prevent background gc thread from constantly blocking reviews
{
condition = "gitdir:~/projects/nixpkgs";
Expand Down

0 comments on commit fe043e6

Please sign in to comment.