summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2021-07-01 02:43:10 -0600
committerChris Martin <ch.martin@gmail.com>2021-07-01 02:43:10 -0600
commit023489f6232d7ca5816c3b1063f9ed3539f18fdd (patch)
tree9c207a98ce2877772301497beb3f7068157380a1
parent2d03841467e0b5ef11ca0b0cd1e239041d9466af (diff)
downloadnixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.tar
nixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.tar.gz
nixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.tar.bz2
nixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.tar.lz
nixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.tar.xz
nixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.tar.zst
nixpkgs-023489f6232d7ca5816c3b1063f9ed3539f18fdd.zip
docs: update Steam instructions to use steam-run-native package
pkgs.steam-run-native is defined as exactly the expression that
these instructions tell you to write, so the instruction is no
longer necessary since we can just tell you to use that.
-rw-r--r--doc/builders/packages/steam.section.md11
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/builders/packages/steam.section.md b/doc/builders/packages/steam.section.md
index d7bb6e69d7d..0cfc1a2c245 100644
--- a/doc/builders/packages/steam.section.md
+++ b/doc/builders/packages/steam.section.md
@@ -56,16 +56,7 @@ Use `programs.steam.enable = true;` if you want to add steam to systemPackages a
 
 ## steam-run {#sec-steam-run}
 
-The FHS-compatible chroot used for steam can also be used to run other linux games that expect a FHS environment. To do it, add
-
-```nix
-pkgs.steam.override ({
-  nativeOnly = true;
-  newStdcpp = true;
-}).run
-```
-
-to your configuration, rebuild, and run the game with
+The FHS-compatible chroot used for Steam can also be used to run other Linux games that expect a FHS environment. To use it, install the `steam-run-native` package and run the game with
 
 ```
 steam-run ./foo