nixpkgs/pkgs/by-name/sw/switch-to-configuration-ng
Jared Baur a67a3648e1
switch-to-configuration-ng: retain escaped content in unit files
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.
2024-05-29 10:24:42 -07:00
..
src
.gitignore
build.rs
Cargo.lock
Cargo.toml
package.nix