aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-05-12 17:11:44 -0700
committerFranck Cuny <franck@fcuny.net>2025-05-12 17:11:44 -0700
commit07324866d1190e68ed31bf5eac9c7297b9dc513b (patch)
tree13d74f617e32d1b246c40b3072308a6c3d2fe7a8 /nix
parentfish alias to ssh to edge machines (diff)
downloadinfra-07324866d1190e68ed31bf5eac9c7297b9dc513b.tar.gz
install a few more tools
Diffstat (limited to 'nix')
-rw-r--r--nix/users/fcuny/dev.nix7
-rw-r--r--nix/users/fcuny/work.nix2
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