You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
**To Reproduce**
Steps to reproduce the behavior:
`unformatted.nix` is the raw nix file.
`formatted.nix` is the same file after running `nixpkgs-fmt` from this devShell at 7301bc9f2ba29fe693c04cbcaa12110eb9685c71
result-unformatted is the resultant text-file from nix-build'ing `unformatted.nix`
result-formatted is the resultant text-file from nix-build'ing `formatted.nix`
**Expected behavior**
The outputs are the same
**System information**
* `nixpkgs-fmt --version`
nixpkgs-fmt 1.3.0
**Additional context**
The text was updated successfully, but these errors were encountered:
Describe the bug
(Note that whitespace is the crux of the issue here, if you're viewing in a browser you may have trouble seeing the differences)
Output files differ because whitespace is altered within multiline strings.
https://gist.github.com/srhb/cfb85687f9cb9ad961079960d7d10af8
The text was updated successfully, but these errors were encountered: