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
12 lines
372 B
Markdown
12 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.
|