From 4cb1f9b39f0e0dbaf5387ee115d21f96395d8894 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 22 May 2026 11:49:02 -0400 Subject: [PATCH] Remove PDK --- modules/hosts/darwin/Blue-Rock/default.nix | 1 - modules/hosts/darwin/home.nix | 1 - modules/hosts/darwin/mightymac/default.nix | 2 -- 3 files changed, 4 deletions(-) diff --git a/modules/hosts/darwin/Blue-Rock/default.nix b/modules/hosts/darwin/Blue-Rock/default.nix index a6efc0d..65afc70 100644 --- a/modules/hosts/darwin/Blue-Rock/default.nix +++ b/modules/hosts/darwin/Blue-Rock/default.nix @@ -31,7 +31,6 @@ "google-drive" "kopiaui" "obs" - "pdk" "puppet-agent" "puppet-bolt" "qmk-toolbox" diff --git a/modules/hosts/darwin/home.nix b/modules/hosts/darwin/home.nix index 7df380e..0e01412 100644 --- a/modules/hosts/darwin/home.nix +++ b/modules/hosts/darwin/home.nix @@ -13,7 +13,6 @@ # Include Puppet's normal bin folder since it is installed via Homebrew export PATH=$PATH:/opt/puppetlabs/bin - export PATH=$PATH:/opt/puppetlabs/pdk/bin export PATH=$PATH:/opt/puppetlabs/puppet/bin # Podman installer pkg for the cli places podman here diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index bb3d2de..df8ca26 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -21,7 +21,6 @@ taps = [ "hashicorp/tap" "openvoxproject/openvox" - "puppetlabs/puppet" "wouterdebie/repo" ]; brews = [ @@ -49,7 +48,6 @@ "obs" "openvox8-agent" "openvox8-openbolt" - "pdk" "podman-desktop" "qmk-toolbox" "raspberry-pi-imager"