about summary refs log tree commit diff
path: root/doc/packages/steam.section.md
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2024-03-27 19:10:27 +0100
committerValentin Gagarin <valentin.gagarin@tweag.io>2024-03-28 09:28:12 +0100
commitfcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec (patch)
tree8de1a02f7d1624c97562c7736896a6c95c74ec04 /doc/packages/steam.section.md
parentbc77c7a9730833c7668c92288c6af950e7270cb5 (diff)
downloadnixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.tar
nixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.tar.gz
nixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.tar.bz2
nixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.tar.lz
nixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.tar.xz
nixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.tar.zst
nixlib-fcc95ff8172cc68a0d2d52aa1e8ef2120d2904ec.zip
treewide: Fix all Nix ASTs in all markdown files
This allows for correct highlighting and maybe future automatic
formatting. The AST was verified to work with nixfmt only.
Diffstat (limited to 'doc/packages/steam.section.md')
-rw-r--r--doc/packages/steam.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/packages/steam.section.md b/doc/packages/steam.section.md
index a1e88b0d9710..c9a09962f62d 100644
--- a/doc/packages/steam.section.md
+++ b/doc/packages/steam.section.md
@@ -51,7 +51,7 @@ Use `programs.steam.enable = true;` if you want to add steam to `systemPackages`
     you need to add:
 
     ```nix
-    steam.override { withJava = true; };
+    steam.override { withJava = true; }
     ```
 
 ## steam-run {#sec-steam-run}