From cabb70496d665c94fed936e7e6df37687c2ff618 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 25 Feb 2024 15:50:52 -0600 Subject: [PATCH] remove python3 and hugo packages these developement packages should be managed with a per-project nix-shell environment instead of a global package install --- home/features/cli/default.nix | 1 - home/features/cli/extras/default.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index b4c3b27..7d734a4 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -24,7 +24,6 @@ nodePackages.npm # Node package manager powershell # Powershell pssh # Parallel SSH - python3 # Python 3 rsync # Remote sync tldr # TLDR pages unzip # unzip it diff --git a/home/features/cli/extras/default.nix b/home/features/cli/extras/default.nix index d31834d..2221427 100644 --- a/home/features/cli/extras/default.nix +++ b/home/features/cli/extras/default.nix @@ -12,7 +12,6 @@ awscli # AWS CLI envsubst # Envvar substitution for Go google-cloud-sdk # GCP CLI - hugo # Static site generator kubectl # Container wrangler nil # Nix LSP nixfmt # Nix formatter