a,skdjalksjdl

This commit is contained in:
2026-05-20 15:54:41 +02:00
parent 775a2ee079
commit 6e1478574e
2 changed files with 17 additions and 9 deletions
+9 -6
View File
@@ -124,16 +124,19 @@
};
nixConfig = {
# matches ./profiles/base/binary-caches.nix
# ./profiles/base/binary-caches.nix | jq '.nix.settings.substituters[]'
extra-substituters = [
"https://nix-community.cachix.org/"
# "https://numtide.cachix.org/" # dead? https://github.com/numtide/nixpkgs-unfree/commit/399ae17bda97a0318a0c5316edb169d097a776dc
"https://cache.flox.dev/?priority=45" # https://flox.dev/blog/flox-the-nix-foundation-and-nvidia-partner-for-cuda/
"https://cache.flox.dev/?priority=60"
"https://cache.nixos-cuda.org?priority=45"
"https://cache.nixos.org/"
"https://nix-community.cachix.org/?priority=50"
];
# ./profiles/base/binary-caches.nix | jq '.nix.settings."trusted-public-keys"[]'
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
+8 -3
View File
@@ -11,19 +11,24 @@ let
];
# https://nix-community.cachix.org/nix-cache-info (WantMassQuery: 1, priority: 41)
"https://nix-community.cachix.org/" = [
"https://nix-community.cachix.org/?priority=50" = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
# https://wiki.nixos.org/wiki/CUDA (WantMassQuery: 1, Priority: 50)
"https://cache.nixos-cuda.org?priority=45" = [
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
];
# # dead? https://github.com/numtide/nixpkgs-unfree/commit/399ae17bda97a0318a0c5316edb169d097a776dc
# # https://numtide.cachix.org/nix-cache-info (WantMassQuery: 1, priority: 41)
# "https://numtide.cachix.org/" = [
# "https://numtide.cachix.org/?priority=55" = [
# "numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
# ];
# https://flox.dev/blog/flox-the-nix-foundation-and-nvidia-partner-for-cuda/
# https://cache.flox.dev/nix-cache-info (no WantMassQuery, no priority(!!!))
"https://cache.flox.dev/?priority=45" = [
"https://cache.flox.dev/?priority=60" = [
"flox-cache-public-1:7F4OyH7ZCnFhcze3fJdfyXYLQw/aV7GEed86nQ7IsOs="
];