mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
a67a3648e1
By default, the INI parser in `rust-ini` tries to unescape the content it receives, causing issues such as those uncovered in https://github.com/NixOS/nixpkgs/issues/315602. We don't ever need the content to be unescaped for our purposes, so we can configure the parser to retain escape characters. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.lock | ||
Cargo.toml | ||
package.nix |