From a68499b913fd2e8c549ea760215ffd23ce541887 Mon Sep 17 00:00:00 2001 From: Dennis Date: Mon, 25 Aug 2025 13:50:43 +0200 Subject: [PATCH] fixes mysql-shell install --- hosts/dnsc-work/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dnsc-work/default.nix b/hosts/dnsc-work/default.nix index 8947a5c..e0a0609 100644 --- a/hosts/dnsc-work/default.nix +++ b/hosts/dnsc-work/default.nix @@ -91,7 +91,6 @@ "python-setuptools" "gmp" "rbenv" - "mysql-shell" ]; casks = [ @@ -116,6 +115,7 @@ "raycast" "spotify" "google-chrome" + "mysql-shell" ]; };