Update README.md

Fix gitignore repo references
This commit is contained in:
Jonas Chevalier 2021-01-26 15:40:29 +01:00 committed by GitHub
parent c4662e6624
commit 1b2f687ea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: