Skip to content

Commit

Permalink
nix pin update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Jan 23, 2025
1 parent 9a3ee6b commit b388460
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
, system ? builtins.currentSystem
}:
let
packageOverrides = pkgs.lib.composeManyExtensions (jacobi.python311.overlays ++ [
packageOverrides = pkgs.lib.composeManyExtensions (jacobi.python312.overlays ++ [
(import ./mods/python/china.nix)
] ++ python_overlays);
python311 = pkgs.python311.override { self = python311; inherit packageOverrides; };
python312 = pkgs.python312.override { self = python312; inherit packageOverrides; };
python313 = pkgs.python313.override { self = python313; inherit packageOverrides; };
python = python311;
python = python312;

jacobi_tools = {
inherit (jacobi) batwhich get_cert github_tags gke_config gke-gcloud-auth-plugin;
inherit (jacobi) portwatch __rd __rd_shell __pg_bootstrap __pg_shell __pg __run;
inherit (jacobi) pog hex hexcast nixup nixcache nixsum nix_hash_medable nix_hash_jpetrucciani;
inherit (jacobi) srv _zaddy zaddy;
inherit (jacobi) poetry2nix nix2container foundry terraform_1-5-5;
inherit (jacobi) poetry2nix nix2container foundry terraform_1-5-5 jfmt;
};
in
pkgs // pkgs.custom // jacobi_tools // {
Expand Down
6 changes: 3 additions & 3 deletions pins/jpetrucciani.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-12-05",
"rev": "82197723fd6c17468505e7d98f253bd58ea9a6f9",
"sha256": "1lq04kalrmw25823ifnhnwj3vrgvmq39p547y0izywbrfb9wxfa7"
"date": "2025-01-23",
"rev": "fde3e768e7990b4ab54e988c4ac8429d7c661ef2",
"sha256": "0szidhiq6xqphi3jadzs1mhkwid60c51yhd615vbxscdcjv5nhwp"
}
6 changes: 3 additions & 3 deletions pins/nixpkgs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "2024-11-01",
"rev": "ccd7e10e004a6e93486c1dd536f89e85d482d685",
"sha256": "1hyq4pmpdxjrkmspv9ggszrx7d7z720dn99gv86jpxk3ysb5k9k1"
"date": "2025-01-23",
"rev": "2fc5aeb049f44ed4f9e877cda8a1c334612e1d7a",
"sha256": "0gly6bbpapai7nn3minwk9kgqphrds8a55d581l47n0kap9hwfl5"
}

0 comments on commit b388460

Please sign in to comment.