Merge pull request #174639 from mtoohey31/fix/os-release-newline
This commit is contained in:
commit
e34ee08ec5
@ -13,7 +13,7 @@ let
|
||||
attrsToText = attrs:
|
||||
concatStringsSep "\n" (
|
||||
mapAttrsToList (n: v: ''${n}=${escapeIfNeccessary (toString v)}'') attrs
|
||||
);
|
||||
) + "\n";
|
||||
|
||||
osReleaseContents = {
|
||||
NAME = "NixOS";
|
||||
|
Loading…
Reference in New Issue
Block a user