Merge pull request #222390 from Zahrun/doc/steam

steam: add indication for the nix option
This commit is contained in:
Pol Dellaiera
2023-07-26 15:04:57 +02:00
committed by GitHub
+5
View File
@@ -41,6 +41,11 @@ in stdenv.mkDerivation {
meta = with lib; {
description = "A digital distribution platform";
longDescription = ''
Steam is a video game digital distribution service and storefront from Valve.
To install on NixOS, please use the option `programs.steam.enable = true`.
'';
homepage = "https://store.steampowered.com/";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ jagajaga jonringer ];