feat: bump flake inputs

This commit is contained in:
raf 2023-07-12 00:14:54 +03:00
commit 4980ccbd46
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 6 additions and 5 deletions

View file

@ -26,7 +26,7 @@
flake = {
lib = {
inherit (import ./lib/stdlib-extended.nix nixpkgs.lib) nvim;
inherit (import ./extra.nix inputs) neovimConfiguration;
inherit (import ./configuration.nix inputs) neovimConfiguration;
};
homeManagerModules = {
@ -348,7 +348,7 @@
};
fidget-nvim = {
url = "github:j-hui/fidget.nvim";
url = "github:j-hui/fidget.nvim?ref=legacy";
flake = false;
};