Update README.md
Fix gitignore repo references
This commit is contained in:
parent
c4662e6624
commit
1b2f687ea0
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue