nixos/version: add trailing newline to os-release

This commit is contained in:
Matthew Toohey 2022-05-25 20:25:12 -04:00
parent 1ddea39b37
commit e41c423b01

View File

@ -13,7 +13,7 @@ let
attrsToText = attrs:
concatStringsSep "\n" (
mapAttrsToList (n: v: ''${n}=${escapeIfNeccessary (toString v)}'') attrs
);
) + "\n";
osReleaseContents = {
NAME = "NixOS";