forked from mirrors/nixpkgs
nixos/version: add trailing newline to os-release
This commit is contained in:
parent
1ddea39b37
commit
e41c423b01
|
@ -13,7 +13,7 @@ let
|
|||
attrsToText = attrs:
|
||||
concatStringsSep "\n" (
|
||||
mapAttrsToList (n: v: ''${n}=${escapeIfNeccessary (toString v)}'') attrs
|
||||
);
|
||||
) + "\n";
|
||||
|
||||
osReleaseContents = {
|
||||
NAME = "NixOS";
|
||||
|
|
Loading…
Reference in a new issue