Fixes #1155
Change-Id: Ie63f9200f7c06b1eec6c52518d6f523f6a6a6964
(cherry picked from commit f87d753987)
10 lines
342 B
Markdown
10 lines
342 B
Markdown
---
|
|
synopsis: "flake config warnings are now printed to stderr"
|
|
issues: [1155]
|
|
cls: [5379]
|
|
category: "Fixes"
|
|
credits: [lheckemann]
|
|
---
|
|
|
|
The settings listed in a flake-config confirmation prompt are now printed to stderr rather than stdout, which allows `nix print-dev-env` to emit valid bash again even in the presence of untrusted settings.
|