add missing dev utils
This commit is contained in:
parent
e7af69e5e8
commit
6e732b6f52
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
||||||
nix
|
nix
|
||||||
unstable.ncdu
|
unstable.ncdu
|
||||||
yq-go
|
yq-go
|
||||||
|
hwinfo
|
||||||
|
|
||||||
# nix lsp/formatters
|
# nix lsp/formatters
|
||||||
nil
|
nil
|
||||||
|
@ -29,6 +30,10 @@
|
||||||
gh
|
gh
|
||||||
go
|
go
|
||||||
hadolint
|
hadolint
|
||||||
|
kubectl
|
||||||
|
minio-client # S3 management
|
||||||
|
pre-commit # Pre-commit tasks for git
|
||||||
|
shellcheck # shell script linting
|
||||||
shfmt
|
shfmt
|
||||||
statix
|
statix
|
||||||
tmux
|
tmux
|
||||||
|
@ -36,6 +41,7 @@
|
||||||
unstable.go-task
|
unstable.go-task
|
||||||
unstable.helix
|
unstable.helix
|
||||||
unstable.sops
|
unstable.sops
|
||||||
|
unstable.talosctl # overlay override
|
||||||
|
|
||||||
# flake imports
|
# flake imports
|
||||||
inputs.nix-inspect.packages.${pkgs.system}.default
|
inputs.nix-inspect.packages.${pkgs.system}.default
|
||||||
|
|
Loading…
Reference in a new issue