feat(nvf): update nvf to use rrvsh fork with uv enabled

This commit is contained in:
Mohammad Rafiq 2025-06-29 17:08:41 +08:00
parent 622b3da556
commit 715f84ee83
No known key found for this signature in database
4 changed files with 9 additions and 16 deletions

View file

@ -33,7 +33,7 @@
nvf.inputs.nil.follows = "nil";
nvf.inputs.nixpkgs.follows = "nixpkgs";
nvf.inputs.systems.follows = "systems";
nvf.url = "github:notashelf/nvf";
nvf.url = "github:rrvsh/nvf/uv-nvim";
python-flexseal.inputs.flake-utils.follows = "flake-utils";
python-flexseal.inputs.nixpkgs.follows = "nixpkgs";
python-flexseal.url = "github:Janrupf/python-flexseal";