From 65daec1d98bc1cbfdd88a10e2cd652ed94876e62 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 14 May 2024 14:49:37 -0400 Subject: [PATCH 1/2] Disable Flox for now --- modules/hosts/nixos/rainbow-planet/default.nix | 2 +- modules/system/common/all-darwin.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hosts/nixos/rainbow-planet/default.nix b/modules/hosts/nixos/rainbow-planet/default.nix index 44aae99..a050630 100644 --- a/modules/hosts/nixos/rainbow-planet/default.nix +++ b/modules/hosts/nixos/rainbow-planet/default.nix @@ -18,7 +18,7 @@ # host specific apps boinc brightnessctl - flox-flake.packages.${pkgs.system}.default + #flox-flake.packages.${pkgs.system}.default gnome.gnome-tweaks gnome.nautilus gnomeExtensions.dash-to-panel diff --git a/modules/system/common/all-darwin.nix b/modules/system/common/all-darwin.nix index 000f06c..4b8b7ee 100644 --- a/modules/system/common/all-darwin.nix +++ b/modules/system/common/all-darwin.nix @@ -10,7 +10,7 @@ age bandwhich coreutils - flox-flake.packages.${pkgs.system}.default + #flox-flake.packages.${pkgs.system}.default hugo mas nmap From 3221e9b677165ad4502e3e2e74dd51b56e63a117 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Tue, 14 May 2024 14:49:57 -0400 Subject: [PATCH 2/2] Add goreleaser and reposurgeon --- modules/hosts/darwin/mightymac/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/hosts/darwin/mightymac/default.nix b/modules/hosts/darwin/mightymac/default.nix index 7ff85cd..473e651 100644 --- a/modules/hosts/darwin/mightymac/default.nix +++ b/modules/hosts/darwin/mightymac/default.nix @@ -4,8 +4,10 @@ environment = { systemPackages = with pkgs; [ chart-testing + goreleaser kopia kubectx + reposurgeon ]; };