add nixConfig
This commit is contained in:
parent
dbd99ddcca
commit
aafec37783
1 changed files with 11 additions and 0 deletions
11
flake.nix
11
flake.nix
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue