From f5faebbf497625f51de5b2014c5860900c5a0571 Mon Sep 17 00:00:00 2001 From: Eric Dattore Date: Mon, 24 Jun 2024 18:32:15 -0600 Subject: [PATCH] Disable dockutil until Swift build fail is fixed https://github.com/NixOS/nixpkgs/issues/320900 --- modules/home-manager/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index f52cab69..8521dd36 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -137,7 +137,8 @@ sbctl ]) ++ (lib.lists.optionals (pkgs.system == "aarch64-darwin" || pkgs.system == "x86_64-darwin") [ - dockutil + # dockutil depends on swift-5.8 which is broken: https://github.com/NixOS/nixpkgs/issues/320900 + # dockutil reattach-to-user-namespace pam-reattach ]);