mirror of
https://gitlab.com/khumba/nvd.git
synced 2024-11-10 06:59:29 +01:00
Add a note that nvd should be obtained through Nixpkgs.
It was kindly pointed out to me in merge request !3 that it's not clear that nvd is in Nixpkgs. Nixpkgs is the preferred way to get nvd, or alternatively one of the release tags in this repo, rather than the master branch where things can change willy-nilly.
This commit is contained in:
parent
a334e6c0ec
commit
06e1fc696c
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ know when versions change. Usually I care most about packages that are included
|
||||||
in `environment.systemPackages`, so packages in this list are highlighted and
|
in `environment.systemPackages`, so packages in this list are highlighted and
|
||||||
coloured specially and changes to this list are reported.
|
coloured specially and changes to this list are reported.
|
||||||
|
|
||||||
|
The recommended way to obtain nvd is through Nixpkgs, where it has the attribute
|
||||||
|
name `nvd`.
|
||||||
|
|
||||||
I recommend wrapping your usual `nixos-rebuild` call in a script that compares
|
I recommend wrapping your usual `nixos-rebuild` call in a script that compares
|
||||||
the result to the current system:
|
the result to the current system:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue