mirror of
https://github.com/astro/deadnix.git
synced 2025-01-06 04:37:06 +03:00
README: extend
This commit is contained in:
parent
773345bbbe
commit
af2a29cad6
14
README.md
14
README.md
@ -2,6 +2,8 @@
|
||||
|
||||
Scan `.nix` files for dead code (unused variable bindings).
|
||||
|
||||
## Usage with Nix Flakes
|
||||
|
||||
```
|
||||
$ nix run github:astro/deadnix test.nix
|
||||
```
|
||||
@ -29,3 +31,15 @@ test.nix:12:
|
||||
> |
|
||||
> unused lambda pattern: unusedArg2
|
||||
```
|
||||
|
||||
|
||||
## What if the produced reports are wrong?
|
||||
|
||||
Please open an issue. Do not forget to include the `.nix` code that
|
||||
produces incorrect results.
|
||||
|
||||
|
||||
## Commercial Support
|
||||
|
||||
The author can be hired to implement the features that you wish, or to
|
||||
integrate this tool into your toolchain.
|
||||
|
Loading…
Reference in New Issue
Block a user