change bin cache
This commit is contained in:
parent
2d890bb9ca
commit
652cf120e0
1 changed files with 4 additions and 3 deletions
|
|
@ -1,16 +1,17 @@
|
||||||
{
|
{
|
||||||
description = "Nix-flaked Neovim configuration with extensive plugin management and AI tooling integration";
|
description = "Nix-flaked Neovim configuration with extensive plugin management and AI tooling integration";
|
||||||
|
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
# Custom binary cache for faster builds
|
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"http://tln.jmarkin.ru:8501"
|
"https://nixcache.jmarkin.ru"
|
||||||
];
|
];
|
||||||
extra-trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
"tln.jmarkin.ru:EOj0yG2nmqNFVZA1GWYKZ8JU8uZHbAzvYXglA8u+yKw="
|
"nixcache.jmarkin.ru:EM46eZT5GshZQEZHKtFZa3f/KTnxh2bdU/TSuwkAtQ0="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
# Core Nix infrastructure
|
# Core Nix infrastructure
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue