nix/module.nix: remove helix cache

This commit is contained in:
Charlie Root 2025-03-06 09:41:07 +01:00
commit 841c7192ec
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E

View file

@ -138,12 +138,10 @@ in {
# Substituters to pull from.
substituters = [
"https://cache.nixos.org" # funny binary cache
"https://helix.cachix.org" # a chache for helix
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
];
};
};