From baf702c03df7f067c83dda2a43a5a74ed9d28edd Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Mon, 20 Feb 2023 21:01:32 +0000 Subject: [PATCH] docs: change lib.fetchGit to builtins.fetchGit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1781ef161..b7d41a1411 100644 --- a/README.md +++ b/README.md @@ -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