rm nerdfonts and TF chrono provider

This commit is contained in:
2025-02-26 11:57:39 +00:00
parent 3b3db9ac0c
commit be6565100c
2 changed files with 13 additions and 12 deletions

View File

@@ -209,7 +209,7 @@ in
distrobox distrobox
miniupnpc miniupnpc
v4l-utils v4l-utils
nerdfonts #nerdfonts
winetricks winetricks
diffoscope diffoscope
alsa-utils alsa-utils

View File

@@ -17,17 +17,18 @@
google-cloud-sdk google-cloud-sdk
kubectl-node-shell kubectl-node-shell
(pkgs.terraform.withPlugins (_: [ terraform
(pkgs.terraform-providers.mkProvider { #(pkgs.terraform.withPlugins (_: [
owner = "chronosphereio"; # (pkgs.terraform-providers.mkProvider {
repo = "terraform-provider-chronosphere"; # owner = "chronosphereio";
spdx = "Apache-2.0"; # repo = "terraform-provider-chronosphere";
rev = "v1.7.0"; # spdx = "Apache-2.0";
hash = "sha256-BfVR/1wf6YH7mc7kXPjk2cI8u3/k0Zi8+Xu7Kg6AN80="; # rev = "v1.7.0";
vendorHash = "sha256-UxoFbiQa5RgNI90oUy4twembgA8jseeu6Hc/9KTwJKA="; # hash = "sha256-BfVR/1wf6YH7mc7kXPjk2cI8u3/k0Zi8+Xu7Kg6AN80=";
homepage = "https://registry.terraform.io/providers/chronosphereio/chronosphere"; # vendorHash = "sha256-UxoFbiQa5RgNI90oUy4twembgA8jseeu6Hc/9KTwJKA=";
}) # homepage = "https://registry.terraform.io/providers/chronosphereio/chronosphere";
])) # })
#]))
]; ];
programs._1password.enable = true; programs._1password.enable = true;