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
+1 -1
View File
@@ -13,7 +13,7 @@ let
attrsToText = attrs:
concatStringsSep "\n" (
mapAttrsToList (n: v: ''${n}=${escapeIfNeccessary (toString v)}'') attrs
);
) + "\n";
osReleaseContents = {
NAME = "NixOS";