nix-community / impermanence

Modules to help you handle persistent state on systems with ephemeral root storage [maintainer=@talyz]
MIT License
1.01k stars 76 forks source link

lib: Remove sanitizeName, replace usage with escapeSystemdPath #155

Closed talyz closed 6 months ago

talyz commented 6 months ago

sanitizeName is not necessary anymore and can be replaced by utils.escapeSystemdPath, which does a much better job anyway.

Fixes #132.