Update README.md
This commit is contained in:
parent
647d0821b5
commit
3626e37017
1 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,14 @@ in
|
|||
<your nix expression>
|
||||
```
|
||||
|
||||
Or using only `nixpkgs/lib` and only evaluation-time fetching:
|
||||
|
||||
```nix
|
||||
import (builtins.fetchTarball "https://github.com/hercules-ci/gitignore.nix/archive/000000000000000000000000000000000000000000000000000".tar.gz") {
|
||||
lib = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/000000000000000000000000000000000000000000000000000".tar.gz" + "/lib");
|
||||
}
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
```nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue