Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow settings log-format in nix.conf #5561

Open
Artturin opened this issue Nov 14, 2021 · 1 comment · May be fixed by #9923
Open

allow settings log-format in nix.conf #5561

Artturin opened this issue Nov 14, 2021 · 1 comment · May be fixed by #9923
Labels
stale UX The way in which users interact with Nix. Higher level than UI.

Comments

@Artturin
Copy link
Member

Artturin commented Nov 14, 2021

Is your feature request related to a problem? Please describe.
currently i am using

(pkgs.writeShellScriptBin "nix" ''
  exec ${pkgs.nixUnstable}/bin/nix "$@" -L --log-format bar-with-logs
'')

but it fails with nix run and --
nix run .#editorconfig-checker -- --disable-indent-size pkgs/misc/flashfocus/default.nix

putting the -L --log-format bar-with-logs before the $@ breaks tab completion

@cole-h
Copy link
Member

cole-h commented Nov 14, 2021

I helped work on #3961 which attempted this, but was closed in favor of the progress bar improvements PR that's stalled a bit: #4296.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale UX The way in which users interact with Nix. Higher level than UI.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants