mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
feat: bump flake inputs
This commit is contained in:
parent
e8e60e5f2d
commit
4980ccbd46
2 changed files with 6 additions and 5 deletions
|
@ -372,15 +372,16 @@
|
|||
"fidget-nvim": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1686378278,
|
||||
"narHash": "sha256-ZLe54bRMctXlBo8zH9Qy6HbrkVSlGhPiXg38aAja9C8=",
|
||||
"lastModified": 1686378433,
|
||||
"narHash": "sha256-N3O/AvsD6Ckd62kDEN4z/K5A3SZNR15DnQeZhH6/Rr0=",
|
||||
"owner": "j-hui",
|
||||
"repo": "fidget.nvim",
|
||||
"rev": "f1c375ba68839eaa4a65efdf2aa078c0da0548fe",
|
||||
"rev": "90c22e47be057562ee9566bad313ad42d622c1d3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "j-hui",
|
||||
"ref": "legacy",
|
||||
"repo": "fidget.nvim",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
|
@ -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…
Reference in a new issue