add more instructions to diff changes
This commit is contained in:
parent
1163204d5c
commit
1fbae7daa0
1 changed files with 8 additions and 0 deletions
|
@ -77,3 +77,11 @@ $ nix run nixpkgs#nix-diff -- \
|
|||
/nix/store/16n1klx5cxkjpqhrdf0k12npx3vn5042-nixos-system-baryum-23.11pre-git \
|
||||
--color always | less
|
||||
```
|
||||
|
||||
Also, in lieu of `nix-diff`, a nice summary of version changes can be produced with:
|
||||
|
||||
```bash
|
||||
nix run nixpkgs#nvd -- diff \
|
||||
/nix/store/yyw9rgn8v5jrn4657vwpg01ydq0hazgx-nixos-system-baryum-23.11pre-git \
|
||||
/nix/store/16n1klx5cxkjpqhrdf0k12npx3vn5042-nixos-system-baryum-23.11pre-git \
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue