Remove transmission (fails to build on macOS)

This commit is contained in:
2024-10-10 01:12:35 +01:00
parent 0f8804599c
commit 6529bc2777
2 changed files with 1 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ in
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [ home.packages = with pkgs; [
google-chrome google-chrome
transmission_4
gh gh
unzip unzip
fastfetch fastfetch

View File

@@ -68,7 +68,7 @@
NSGlobalDomain.KeyRepeat = 2; NSGlobalDomain.KeyRepeat = 2;
}; };
nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM # nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM
}; };
in in
{ {