blog/how-to-patch-a-package-source-on-nixos #8
Replies: 1 comment 1 reply
-
Thanks! I have been waiting for this post as I am also uncompromising :). substituteInPlace src/alejandra/src/rules/string.rs \
--replace 'format!(" {}", line)' 'format!(" {}", line)' The multi-line string indentation has it's own specific rule and is hard coded. I hope this helps someone! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/how-to-patch-a-package-source-on-nixos
This article will introduce you to Alejandra formatter, as well as teach how to leverage the Nix build system to easily patch any source code. This is the continuation of my previous article exploring nix formatters ecosystem.
https://drakerossman.com/blog/how-to-patch-a-package-source-on-nixos
Beta Was this translation helpful? Give feedback.
All reactions