Skip to content

Commit

Permalink
Disable dockutil until Swift build fail is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ELD committed Jun 25, 2024
1 parent b75eff2 commit f5faebb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
]);
Expand Down

0 comments on commit f5faebb

Please sign in to comment.