mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
Corrected Rnvim setup
This commit is contained in:
parent
3cf282e4f8
commit
3ba96f380c
4 changed files with 20 additions and 22 deletions
|
|
@ -9,10 +9,10 @@
|
|||
url = "github:BirdeeHub/nix-wrapper-modules";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
rixpkgs.url = "github:dwinkler1/rixpkgs/af2dd3f7b4b172077747c0869d4e30702fb71b0e";
|
||||
rixpkgs.url = "github:dwinkler1/rixpkgs/nixpkgs";
|
||||
|
||||
r-nvim-nix = {
|
||||
url = "github:dwinkler1/r_nvim_nix/v0.99.4";
|
||||
url = "github:dwinkler1/r_nvim_nix/v0.99.5";
|
||||
inputs = {
|
||||
nixpkgs.follows = "rixpkgs";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue