fix extraFiles docs to actually be about extraFiles

This commit is contained in:
jacekpoz 2024-09-13 18:06:47 +02:00
parent b1f9ff4ed5
commit d9117f3dda
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

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