Skip to content

Commit

Permalink
docs: change lib.fetchGit to builtins.fetchGit
Browse files Browse the repository at this point in the history
  • Loading branch information
pta2002 committed Feb 20, 2023
1 parent 36f6fde commit baf702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baf702c

Please sign in to comment.