change bin cache

This commit is contained in:
jmarkin 2025-12-07 01:27:35 +03:00
parent 2d890bb9ca
commit 652cf120e0

View file

@ -1,16 +1,17 @@
{
description = "Nix-flaked Neovim configuration with extensive plugin management and AI tooling integration";
nixConfig = {
# Custom binary cache for faster builds
extra-substituters = [
"http://tln.jmarkin.ru:8501"
"https://nixcache.jmarkin.ru"
];
extra-trusted-public-keys = [
"tln.jmarkin.ru:EOj0yG2nmqNFVZA1GWYKZ8JU8uZHbAzvYXglA8u+yKw="
"nixcache.jmarkin.ru:EM46eZT5GshZQEZHKtFZa3f/KTnxh2bdU/TSuwkAtQ0="
];
};
inputs = {
# Core Nix infrastructure
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";