diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-12 17:11:44 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-12 17:11:44 -0700 |
| commit | 07324866d1190e68ed31bf5eac9c7297b9dc513b (patch) | |
| tree | 13d74f617e32d1b246c40b3072308a6c3d2fe7a8 | |
| parent | fish alias to ssh to edge machines (diff) | |
| download | infra-07324866d1190e68ed31bf5eac9c7297b9dc513b.tar.gz | |
install a few more tools
| -rw-r--r-- | nix/users/fcuny/dev.nix | 7 | ||||
| -rw-r--r-- | nix/users/fcuny/work.nix | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 3648ed4..0627ca4 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -18,9 +18,12 @@ delve # python - uv - python3 + basedpyright customPackages.llmPython.llm + python3 + ruff + ruff-lsp + uv # nix nil # nix lsp diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index 4008daf..265074d 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -26,6 +26,8 @@ in imports = [ ./k8s.nix ]; home.packages = with pkgs; [ + awscli2 + # hashicorp boundary nomad-pack |
