Merge branch 'main' of srcpub:greg/nixos
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user