From 6e732b6f525bbae3c74343ce56ce57f8ba8eb95c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 10 Dec 2024 14:26:11 -0600 Subject: [PATCH] add missing dev utils --- nixos/profiles/role-dev.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixos/profiles/role-dev.nix b/nixos/profiles/role-dev.nix index e23eb03..d8abe6b 100644 --- a/nixos/profiles/role-dev.nix +++ b/nixos/profiles/role-dev.nix @@ -18,6 +18,7 @@ nix unstable.ncdu yq-go + hwinfo # nix lsp/formatters nil @@ -29,6 +30,10 @@ gh go hadolint + kubectl + minio-client # S3 management + pre-commit # Pre-commit tasks for git + shellcheck # shell script linting shfmt statix tmux @@ -36,6 +41,7 @@ unstable.go-task unstable.helix unstable.sops + unstable.talosctl # overlay override # flake imports inputs.nix-inspect.packages.${pkgs.system}.default