Merge branch 'main' of srcpub:greg/nixos

This commit is contained in:
Greg Hellings
2026-04-15 13:56:51 -05:00
4 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
dig
jqp
kubernetes-helm
iamb
#iamb
lazyssh
rainfrog
tenere
@@ -41,9 +41,11 @@
https://pypidev.ivrtechnology.com/simple/
'';
".config/uv/uv.toml".text = ''
index-strategy = "unsafe-first-match"
[[index]]
url = "https://pypidev.ivrtechnology.com/simple/"
name = "pypidev"
ignore-error-codes = [403]
'';
};
username = username;
+7 -1
View File
@@ -29,7 +29,13 @@ in
just
nixVersions.stable
pre-commit
pulumi
(pulumi.withPackages (p: with p; [
pulumi-aws-native
pulumi-command
pulumi-go
pulumi-nodejs
pulumi-python
]))
python
rustc
];