Skip to content

Commit 6077aa2

Browse files
committed
nix: recommend json-diff over colordiff
1 parent 0e28258 commit 6077aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/getting-started/nixos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Additionally, since `~/.config/noctalia/settings.json` is now a read-only symlin
172172
:::tip
173173
To see the diff between your current build and the latest (or GUI-modified) settings, run:
174174
```sh
175-
nix shell nixpkgs#jq nixpkgs#colordiff -c bash -c "colordiff -u --nobanner <(jq -S . ~/.config/noctalia/settings.json) <(noctalia-shell ipc call state all | jq -S .settings)"
175+
nix shell nixpkgs#json-diff -c bash -c "json-diff <(jq -S . ~/.config/noctalia/settings.json) <(noctalia-shell ipc call state all | jq -S .settings)"
176176
```
177177
:::
178178

0 commit comments

Comments
 (0)