was this the issue?
This commit is contained in:
parent
9fa9b6b8b1
commit
ba87d72dd0
2 changed files with 4 additions and 4 deletions
|
|
@ -68,12 +68,12 @@
|
|||
nix.settings = {
|
||||
substituters = [
|
||||
"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 = [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
"main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw="
|
||||
# "main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw="
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue