add nixConfig

This commit is contained in:
Osman Faruk Bayram 2025-09-16 11:51:05 +03:00
parent dbd99ddcca
commit aafec37783

View file

@ -1,6 +1,17 @@
{ {
description = "My custom neovim configuration that has been mixed and matched from various sources"; description = "My custom neovim configuration that has been mixed and matched from various sources";
nixConfig = {
extra-substituters = [
"https://nix-community.cachix.org"
"http://wallfacer.curl-boga.ts.net:7080"
];
extra-trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"main:2AjPdIsbKyoTGuw+4x2ZXMUT/353CXosW9pdbTQtjqw="
];
};
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
# https://gerschtli.github.io/nix-formatter-pack/nix-formatter-pack-options.html # https://gerschtli.github.io/nix-formatter-pack/nix-formatter-pack-options.html