about summary refs log tree commit diff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-09-13 08:56:14 -0700
committerFranck Cuny <franck@fcuny.net>2024-09-13 08:56:14 -0700
commita56f9b4360f04b8fdb66d8b3f5738dd13985db71 (patch)
treeeacd8bb1cdbd156599e1286647cf92b3ae12387a /nix
parentuse default path for gitolite (diff)
downloadworld-a56f9b4360f04b8fdb66d8b3f5738dd13985db71.tar.gz
watch for changes to the devshell configuration
Diffstat (limited to 'nix')
-rw-r--r--nix/hosts/common/homebrew.nix5
-rw-r--r--nix/hosts/wildcat/configuration.nix2
2 files changed, 5 insertions, 2 deletions
diff --git a/nix/hosts/common/homebrew.nix b/nix/hosts/common/homebrew.nix
index 8e1a599..db9be76 100644
--- a/nix/hosts/common/homebrew.nix
+++ b/nix/hosts/common/homebrew.nix
@@ -10,11 +10,14 @@
 
     brews = [
       "go" # it's also installed by nix, but this is a fallback, just in case
+
+      # various hashicorp related tools
       "hashicorp/tap/boundary" # https://www.boundaryproject.io/
       "hashicorp/tap/nomad-pack"
+
+      # kubernetes stuff
       "kind" # to run local k8s cluster
       "kubebuilder"
-      "s3cmd"
     ];
 
     taps = [
diff --git a/nix/hosts/wildcat/configuration.nix b/nix/hosts/wildcat/configuration.nix
index 7593be9..3c230a1 100644
--- a/nix/hosts/wildcat/configuration.nix
+++ b/nix/hosts/wildcat/configuration.nix
@@ -44,7 +44,7 @@ let
     enable-follow-links=1
     enable-blame=1
 
-    root-title="¯\_(ツ)_/¯"
+    root-title=¯\_(ツ)_/¯
     root-desc="source code of my various projects"
     # don't index or follow
     robots="noindex, nofollow"