diff options
author | Jdogzz | 2024-06-25 19:27:58 -0700 |
---|---|---|
committer | GitHub | 2024-06-25 19:27:58 -0700 |
commit | bca30eb509d4b7d12bb0b752a2534f49991df9bf (patch) | |
tree | fc3ebd944ddc8338e3fd3d210c700da737c0a9ea /doc | |
parent | c7221bae0fbcef01eaa896fe661f0cbf7cf9ce0c (diff) |
doc: remove outdated Steam documentation related to Java
Fixes #297694.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/packages/steam.section.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/packages/steam.section.md b/doc/packages/steam.section.md index c9a09962f62d..4c87eeb81836 100644 --- a/doc/packages/steam.section.md +++ b/doc/packages/steam.section.md @@ -40,20 +40,6 @@ Use `programs.steam.enable = true;` if you want to add steam to `systemPackages` have a look at [this pull request](https://github.com/NixOS/nixpkgs/pull/20269). -- **Java** - - 1. There is no java in steam chrootenv by default. If you get a message like: - - ``` - /home/foo/.local/share/Steam/SteamApps/common/towns/towns.sh: line 1: java: command not found - ``` - - you need to add: - - ```nix - steam.override { withJava = true; } - ``` - ## 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 use it, install the `steam-run` package and run the game with: |