diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -98,7 +98,13 @@ }; # NOTE: re-following inputs breaks Cachix - neovim-configuration.url = "git+https://git.140041.xyz/neovim-configuration"; + neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay"; + + neovim-configuration = { + url = "git+https://git.140041.xyz/neovim-configuration"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.neovim-nightly-overlay.follows = "neovim-nightly-overlay"; + }; }; nixConfig = { |