forked from lix-project/lix
jade
272db8af1b
This does not add missing release notes, and it doesn't do anything
about the profiles feature we would really like to have so we can have
consistent credit.
Change-Id: I72a6f7acfcff85f380be17dac76501a6f4693776
13 lines
372 B
Markdown
13 lines
372 B
Markdown
---
|
|
synopsis: rename 'nix show-config' to 'nix config show'
|
|
issues: 7672
|
|
prs: 9477
|
|
cls: 993
|
|
credits: [thufschmitt, ma27]
|
|
category: Improvements
|
|
---
|
|
|
|
`nix show-config` was renamed to `nix config show` to be more consistent with the rest of the command-line interface.
|
|
|
|
Running `nix show-config` will now print a deprecation warning saying to use `nix config show` instead.
|