Merge pull request #174639 from mtoohey31/fix/os-release-newline

This commit is contained in:
Sandro 2022-05-27 19:29:38 +02:00 committed by GitHub
commit e34ee08ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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