mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-22 16:43:38 +01:00
using readFile instead of fileContents (or using indented strings) can leave a trailing newline that causes build errors in systemd units and has previously caused runtime errors in wireguard scripts. use singleLineStr to strip a trailing newline if it exists, and to fail if more than one is present. |
||
|---|---|---|
| .. | ||
| basic.nix | ||
| default.nix | ||
| generated.nix | ||
| make-peer.nix | ||
| namespaces.nix | ||
| snakeoil-keys.nix | ||
| wg-quick.nix | ||