Merge pull request #53435 from worldofpeace/systemd-logo

nixos/version: add LOGO to /etc/os-release
This commit is contained in:
Samuel Dionne-Riel 2019-01-05 00:30:21 -05:00 committed by GitHub
commit c620278b63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,6 +93,7 @@ in
VERSION_CODENAME=${toLower cfg.codeName}
VERSION_ID="${cfg.version}"
PRETTY_NAME="NixOS ${cfg.version} (${cfg.codeName})"
LOGO="nix-snowflake"
HOME_URL="https://nixos.org/"
SUPPORT_URL="https://nixos.org/nixos/support.html"
BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues"