Skip to content

Commit

Permalink
update pins
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed Mar 17, 2024
1 parent 55d4ece commit 2bfc7b8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ let
] ++ 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;

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 hexrender nixrender nixup nix_hash_medable nix_hash_jpetrucciani;
inherit (jacobi) pog hex hexcast nixup nix_hash_medable nix_hash_jpetrucciani;
inherit (jacobi) srv _zaddy zaddy zaddy-browser;
};
in
pkgs // pkgs.custom // jacobi_tools // {
inherit jacobi jacobi_tools python python311 python312;
inherit jacobi jacobi_tools python python311 python312 python313;
ktools = jacobi.k8s_pog_scripts;
dtools = jacobi.docker_pog_scripts;
}
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-02-18",
"rev": "5e6e9914ed02b17cf2d4efcae49757c972e54c9d",
"sha256": "12njny0g4knxipbqbm9iswbxnbyh7v29ql10mi24ynp995qkba5q"
"date": "2024-03-16",
"rev": "771f952066ae86288a518baaa9fa523c9e6a322f",
"sha256": "00x0zcwxl2ns13zsbrxvpj8m6yqxl6vnzj4kngndv8spf3lwlh4s"
}
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-02-18",
"rev": "f9d39fb9aff0efee4a3d5f4a6d7c17701d38a1d8",
"sha256": "08zzqp8aadgqr1sbdw46wlydmv2h8i068mlx37lr2r1qmx2schai"
"date": "2024-03-16",
"rev": "d691274a972b3165335d261cc4671335f5c67de9",
"sha256": "05lkkw0a63v1zan5g31blhckw6zf66p4gfqkpp01mp7fqwykmzx4"
}

0 comments on commit 2bfc7b8

Please sign in to comment.