blob: 2f0ee38b35d447cfcad1ce8e82c526de4d19e406 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# vdf - version diff for Nix
vdf was inspired by [nvd] but groups direct dependencies first rather
than highlighting them as bold. Some more features are planned.
See the [man page](manual.md).
## Contributing
The unit tests in `main_test.go` can be run with `go test`.
The integration tests in `integration_test.go` can be run with `go test -tags=integration`
(running them requires `nix-build` and `nixos-rebuild` on the PATH).
[nvd]: https://khumba.net/projects/nvd/
|