diff --git a/flake.lock b/flake.lock index 6137a8b..023a518 100644 --- a/flake.lock +++ b/flake.lock @@ -57,11 +57,11 @@ "uv2nix": "uv2nix" }, "locked": { - "lastModified": 1772676442, - "narHash": "sha256-bPxUBXS2mdT4BjMAmTap5TkXnUX807qo4Uho2oVb2Fg=", + "lastModified": 1776134185, + "narHash": "sha256-tHfQx+DXke5ES87Ks87/6jiycJWw0T1lqnFYctfYbMY=", "owner": "nix-community", "repo": "nixhelm", - "rev": "19cdbb3a03554059165a25a18b32bd253e62c883", + "rev": "db7d230fbd385210efddb38e05bf6b97cebea605", "type": "github" }, "original": { @@ -335,11 +335,11 @@ ] }, "locked": { - "lastModified": 1772633327, - "narHash": "sha256-jl+DJB2DUx7EbWLRng+6HNWW/1/VQOnf0NsQB4PlA7I=", + "lastModified": 1776136611, + "narHash": "sha256-b2pu3Pb28W0bJzQVP3OJHZC5+dgOOeqjlli2WVakKEU=", "owner": "nix-community", "repo": "home-manager", - "rev": "5a75730e6f21ee624cbf86f4915c6e7489c74acc", + "rev": "8a423e444b17dde406097328604a64fc7429e34e", "type": "github" }, "original": { @@ -525,11 +525,11 @@ "systems": "systems_3" }, "locked": { - "lastModified": 1772402258, - "narHash": "sha256-3DmCFOdmbkFML1/G9gj8Wb+rCCZFPOQtNoMCpqOF8SA=", + "lastModified": 1776128025, + "narHash": "sha256-spZM5zll0cBPHHSZPioZREArzCsllurKQsJME08nnXY=", "owner": "nix-community", "repo": "nixvim", - "rev": "21ae25e13b01d3b4cdc750b5f9e7bad68b150c10", + "rev": "0a12693297d23f1b3af04ba6112b5936e2eba41b", "type": "github" }, "original": { @@ -545,11 +545,11 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1772717146, - "narHash": "sha256-x2nJlzpiHWHLkGDBvaiO1ysLhaxjQCLsG3XieRueJ/c=", + "lastModified": 1776171360, + "narHash": "sha256-ScfBKstsVynmva9nNznV8fQuFQAXbTNfN756SVy9FxA=", "owner": "nix-community", "repo": "NUR", - "rev": "2e1bffbdde931c4300a59418d0150c7457022f2d", + "rev": "502871078ae7823c17d6642d47c0b02940372529", "type": "github" }, "original": { @@ -737,11 +737,11 @@ "nixpkgs": "nixpkgs_4" }, "locked": { - "lastModified": 1772678592, - "narHash": "sha256-1VZ1hg1YHW+WyBXIOfrQ9Oq+qLL0w93lkdKAiRRHEuI=", + "lastModified": 1776137172, + "narHash": "sha256-j74GKrjlwtASA2e1/uAJeKvGvqAHDuc4OyLgey6wRWU=", "owner": "nix-community", "repo": "nix-vscode-extensions", - "rev": "5521856f37c3d2654fe9b20b03331a6594f855c6", + "rev": "9d01befbc519cd218f557b9cd500c56b1ec2f995", "type": "github" }, "original": { diff --git a/home/baseline/tools.nix b/home/baseline/tools.nix index 0d67171..55c5954 100644 --- a/home/baseline/tools.nix +++ b/home/baseline/tools.nix @@ -12,7 +12,7 @@ dig jqp kubernetes-helm - iamb + #iamb lazyssh rainfrog tenere diff --git a/home/hosts/gregory.hellings-mbp/default.nix b/home/hosts/gregory.hellings-mbp/default.nix index 2316fd9..589306d 100644 --- a/home/hosts/gregory.hellings-mbp/default.nix +++ b/home/hosts/gregory.hellings-mbp/default.nix @@ -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; diff --git a/home/hosts/lithic/default.nix b/home/hosts/lithic/default.nix index 47aaf9d..e4ad355 100644 --- a/home/hosts/lithic/default.nix +++ b/home/hosts/lithic/default.nix @@ -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 ];