From 6529bc27778b34f1f6fe55ebab2fa63f444f2c11 Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Thu, 10 Oct 2024 01:12:35 +0100 Subject: [PATCH] Remove transmission (fails to build on macOS) --- nix/home.nix | 1 - nix/macOS/flake.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/home.nix b/nix/home.nix index 67091be6..44482b47 100644 --- a/nix/home.nix +++ b/nix/home.nix @@ -18,7 +18,6 @@ in nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ google-chrome - transmission_4 gh unzip fastfetch diff --git a/nix/macOS/flake.nix b/nix/macOS/flake.nix index 3ae909db..cbbcc992 100644 --- a/nix/macOS/flake.nix +++ b/nix/macOS/flake.nix @@ -68,7 +68,7 @@ NSGlobalDomain.KeyRepeat = 2; }; - nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM + # nixpkgs.hostPlatform = "x86_64-darwin"; # aarch64-darwin for ARM }; in {