mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: change lib.fetchGit to builtins.fetchGit
This commit is contained in:
parent
36f6fdefda
commit
baf702c03d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ To install it, edit your home-manager (or NixOS) configuration:
|
|||
```nix
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
nixvim = import (lib.fetchGit {
|
||||
nixvim = import (builtins.fetchGit {
|
||||
url = "https://github.com/pta2002/nixvim";
|
||||
});
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue