about summary refs log tree commit diff
path: root/pkgs/games/steam
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-07-26 15:04:57 +0200
committerGitHub <noreply@github.com>2023-07-26 15:04:57 +0200
commit4d01d2bcb1b8fa2ddf276d1f4e43edbe8bccae00 (patch)
tree1d1f8cca5305b3f4f0eb23cdce63ddd365668ed4 /pkgs/games/steam
parenta81e28bc453a539bb69b5359cbd44251cdf67cae (diff)
parent25e94e1cd253879f054540d60acf6e20cd666a99 (diff)
Merge pull request #222390 from Zahrun/doc/steam
steam: add indication for the nix option
Diffstat (limited to 'pkgs/games/steam')
-rw-r--r--pkgs/games/steam/steam.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index 88e2473801a03..13d63117b7f8c 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -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 ];