This repository was archived by the owner on Nov 7, 2024. It is now read-only.
Replies: 2 comments
-
I also checked in |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, seems like it's Nix fault: NixOS/nix#3100 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Weird Nix output I met today.
Probably I created issue in wrong place, but I described it in details here:
ipetkov/crane#337 (comment)
I'll repeat briefly.


Using
mkScript
insidecraneLib.buildPackage
results in incorrect ANSI ouput.However,
pkgs.nuenv.mkDerivation
andpkgs.stdenv.mkDerivation
both correctly produce output from Nushell scripts with original Nix:Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions