diff --git a/flake.nix b/flake.nix index 236418f..b026f57 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,18 @@ { description = "NixOS configuration"; + nixConfig = { + substituters = [ + "https://cache.nixos.org/" + ]; + extra-substituters = [ + "https://nix-community.cachix.org" + ]; + extra-trusted-public-keys = [ + "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" + ]; + }; + inputs = { neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";