Skip to content

Commit

Permalink
fix(nix): Disable xcodes since the build takes forever
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Mar 21, 2024
1 parent 563c2ab commit cb5fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in {
})
] ++ lib.lists.optionals isDarwin [
# put macOS specific packages here
xcodes
# xcodes
] ++ lib.lists.optionals isLinux [
# put Linux specific packages here
signal-desktop
Expand Down

0 comments on commit cb5fd02

Please sign in to comment.