mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: bump flake inputs
This commit is contained in:
parent
e8e60e5f2d
commit
4980ccbd46
2 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue