feat(droid): add personal cache
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-01-29 10:31:26 -05:00
parent 26066614d2
commit 3dd2055045

View file

@ -28,10 +28,17 @@
substituters = [
# Nix-community
"https://nix-community.cachix.org"
# Personal cache
"https://cache.nelim.org"
];
trustedPublicKeys = [
# Nix-community
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
# Personal cache
"cache.nelim.org:JmFqkUdH11EA9EZOFAGVHuRYp7EbsdJDHvTQzG2pPyY="
];
};