From 1b2f687ea05f025b45f888fe1dc7ab156a7832bb Mon Sep 17 00:00:00 2001 From: Jonas Chevalier Date: Tue, 26 Jan 2021 15:40:29 +0100 Subject: [PATCH] Update README.md Fix gitignore repo references --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c403af2..502e381 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Note that although this project does a good job at emulating git's behavior, it ``` nix-env -iA niv -f https://github.com/nmattia/niv/tarball/master niv init -niv add hercules-ci/gitignore +niv add hercules-ci/gitignore.nix ``` ## Plain Nix way @@ -21,7 +21,7 @@ niv add hercules-ci/gitignore let gitignoreSrc = pkgs.fetchFromGitHub { owner = "hercules-ci"; - repo = "gitignore"; + repo = "gitignore.nix"; # put the latest commit sha of gitignore Nix library here: rev = ""; # use what nix suggests in the mismatch message here: