was this the issue?

This commit is contained in:
Osman Faruk Bayram 2025-09-17 11:19:55 +03:00
parent 9fa9b6b8b1
commit ba87d72dd0
2 changed files with 4 additions and 4 deletions

View file

@ -3,11 +3,11 @@
nixConfig = { nixConfig = {
extra-substituters = [ extra-substituters = [
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"http://wallfacer.curl-boga.ts.net:7080/main" # "http://wallfacer.curl-boga.ts.net:7080/main"
]; ];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw=" # "main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw="
]; ];
}; };

View file

@ -68,12 +68,12 @@
nix.settings = { nix.settings = {
substituters = [ substituters = [
"https://nix-community.cachix.org" # nix-community cache "https://nix-community.cachix.org" # nix-community cache
"http://wallfacer.curl-boga.ts.net:7080/main" # personal attic cache # "http://wallfacer.curl-boga.ts.net:7080/main" # personal attic cache
]; ];
trusted-public-keys = [ trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw=" # "main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw="
]; ];
}; };