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

Does crane break terminal settings / ANSI? #337

Closed
MrFoxPro opened this issue Jun 5, 2023 · 1 comment
Closed

Does crane break terminal settings / ANSI? #337

MrFoxPro opened this issue Jun 5, 2023 · 1 comment

Comments

@MrFoxPro
Copy link

MrFoxPro commented Jun 5, 2023

I wrapped my project in crane and used Nushell script to run some installPhaseCommands. I noticed that it outputs incorrectly. You can clone and run nix build --print-build-logs to see broken output
image

I thought it could be Nix issue and fixed it by removing filterANSIEscapes from logger.
But then I made two derivations: with pkgs.nuenv.mkDerivation and pkgs.stdenv.mkDerivation, both correctly produces output from Nushell scripts with original Nix:
image
You can try it: https://pastebin.com/i3wmRHZu

Any ideas?

@MrFoxPro MrFoxPro changed the title Does crane breaks terminal settings / ANSI? Does crane break terminal settings / ANSI? Jun 5, 2023
@MrFoxPro
Copy link
Author

MrFoxPro commented Jun 6, 2023

Not related to this project

@MrFoxPro MrFoxPro closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant