chore: remove zen browser cachix

This commit is contained in:
Youwen Wu 2024-12-02 21:26:03 -08:00
parent 78461b3c9d
commit c79dc4508c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -44,11 +44,9 @@
]; ];
substituters = [ substituters = [
"https://cache.nixos.org" "https://cache.nixos.org"
"https://zen-browser.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs=" "hydra.nixos.org-1:CNHJZBh9K4tP3EKF6FkkgeVYsS3ohTl+oS0Qa8bezVs="
"zen-browser.cachix.org-1:z/QLGrEkiBYF/7zoHX1Hpuv0B26QrmbVBSy9yDD2tSs="
]; ];
}; };
}; };