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
Generated
+15 -15
View File
@@ -57,11 +57,11 @@
"uv2nix": "uv2nix" "uv2nix": "uv2nix"
}, },
"locked": { "locked": {
"lastModified": 1772676442, "lastModified": 1776134185,
"narHash": "sha256-bPxUBXS2mdT4BjMAmTap5TkXnUX807qo4Uho2oVb2Fg=", "narHash": "sha256-tHfQx+DXke5ES87Ks87/6jiycJWw0T1lqnFYctfYbMY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixhelm", "repo": "nixhelm",
"rev": "19cdbb3a03554059165a25a18b32bd253e62c883", "rev": "db7d230fbd385210efddb38e05bf6b97cebea605",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -335,11 +335,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1772633327, "lastModified": 1776136611,
"narHash": "sha256-jl+DJB2DUx7EbWLRng+6HNWW/1/VQOnf0NsQB4PlA7I=", "narHash": "sha256-b2pu3Pb28W0bJzQVP3OJHZC5+dgOOeqjlli2WVakKEU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "5a75730e6f21ee624cbf86f4915c6e7489c74acc", "rev": "8a423e444b17dde406097328604a64fc7429e34e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -525,11 +525,11 @@
"systems": "systems_3" "systems": "systems_3"
}, },
"locked": { "locked": {
"lastModified": 1772402258, "lastModified": 1776128025,
"narHash": "sha256-3DmCFOdmbkFML1/G9gj8Wb+rCCZFPOQtNoMCpqOF8SA=", "narHash": "sha256-spZM5zll0cBPHHSZPioZREArzCsllurKQsJME08nnXY=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "21ae25e13b01d3b4cdc750b5f9e7bad68b150c10", "rev": "0a12693297d23f1b3af04ba6112b5936e2eba41b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -545,11 +545,11 @@
"nixpkgs": "nixpkgs_3" "nixpkgs": "nixpkgs_3"
}, },
"locked": { "locked": {
"lastModified": 1772717146, "lastModified": 1776171360,
"narHash": "sha256-x2nJlzpiHWHLkGDBvaiO1ysLhaxjQCLsG3XieRueJ/c=", "narHash": "sha256-ScfBKstsVynmva9nNznV8fQuFQAXbTNfN756SVy9FxA=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "2e1bffbdde931c4300a59418d0150c7457022f2d", "rev": "502871078ae7823c17d6642d47c0b02940372529",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -737,11 +737,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1772678592, "lastModified": 1776137172,
"narHash": "sha256-1VZ1hg1YHW+WyBXIOfrQ9Oq+qLL0w93lkdKAiRRHEuI=", "narHash": "sha256-j74GKrjlwtASA2e1/uAJeKvGvqAHDuc4OyLgey6wRWU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nix-vscode-extensions", "repo": "nix-vscode-extensions",
"rev": "5521856f37c3d2654fe9b20b03331a6594f855c6", "rev": "9d01befbc519cd218f557b9cd500c56b1ec2f995",
"type": "github" "type": "github"
}, },
"original": { "original": {
+1 -1
View File
@@ -12,7 +12,7 @@
dig dig
jqp jqp
kubernetes-helm kubernetes-helm
iamb #iamb
lazyssh lazyssh
rainfrog rainfrog
tenere tenere
@@ -41,9 +41,11 @@
https://pypidev.ivrtechnology.com/simple/ https://pypidev.ivrtechnology.com/simple/
''; '';
".config/uv/uv.toml".text = '' ".config/uv/uv.toml".text = ''
index-strategy = "unsafe-first-match"
[[index]] [[index]]
url = "https://pypidev.ivrtechnology.com/simple/" url = "https://pypidev.ivrtechnology.com/simple/"
name = "pypidev" name = "pypidev"
ignore-error-codes = [403]
''; '';
}; };
username = username; username = username;
+7 -1
View File
@@ -29,7 +29,13 @@ in
just just
nixVersions.stable nixVersions.stable
pre-commit pre-commit
pulumi (pulumi.withPackages (p: with p; [
pulumi-aws-native
pulumi-command
pulumi-go
pulumi-nodejs
pulumi-python
]))
python python
rustc rustc
]; ];