chore(nix): switch substituter

This commit is contained in:
2026-03-26 01:08:41 +01:00
parent ca854e9d12
commit 12c9c0e000
2 changed files with 651 additions and 29 deletions
+2 -2
View File
@@ -15,11 +15,11 @@
nixConfig = {
extra-trusted-public-keys = [
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"phundrak-dot-com.cachix.org-1:c02/xlCknJIDoaQPUzEWSJHPoXcmIXYzCa+hVRhbDgE="
"phundrak.cachix.org-1:osJAkYO0ioTOPqaQCIXMfIRz1/+YYlVFkup3R2KSexk="
];
extra-substituters = [
"https://devenv.cachix.org"
"https://phundrak-dot-com.cachix.org"
"https://phundrak.cachix.org"
];
};