fix extraFiles docs to actually be about extraFiles
This commit is contained in:
parent
b1f9ff4ed5
commit
d9117f3dda
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ it accepts an attrset of:
|
|||
- `source` - a string containing a path, if relative `$PWD` is `$src` in the `installPhase`
|
||||
- `destination` - a string containing a path, never absolute, appended to `$out` in the `installPhase`
|
||||
|
||||
make sure not to use nix paths if you want the names of the files to match up
|
||||
make sure not to use nix paths in `extraFiles` if you want the names of the files to match up
|
||||
|
||||
example usage of the wrapper function:
|
||||
```nix
|
||||
|
|
Loading…
Reference in a new issue