summary refs log tree commit diff
path: root/doc/builders/packages/cataclysm-dda.section.md
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-06-07 18:48:37 +0000
committerGitHub <noreply@github.com>2021-06-07 18:48:37 +0000
commit5b7fbb07b8827bcc279522fe5b8806ef59f433f3 (patch)
tree0b5722da489cdee4f48d9ca2e9843ff45248fea0 /doc/builders/packages/cataclysm-dda.section.md
parentd3f2c41b267151a0ab819429d1ce7cfa7ff8a2fb (diff)
parent1593cddce5e125b2cf7d9043671e489f36e8ae4c (diff)
downloadnixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.gz
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.bz2
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.lz
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.xz
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.tar.zst
nixpkgs-5b7fbb07b8827bcc279522fe5b8806ef59f433f3.zip
Merge staging-next into staging
Diffstat (limited to 'doc/builders/packages/cataclysm-dda.section.md')
-rw-r--r--doc/builders/packages/cataclysm-dda.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/builders/packages/cataclysm-dda.section.md b/doc/builders/packages/cataclysm-dda.section.md
index 0f908cb7590..bfeacb47fef 100644
--- a/doc/builders/packages/cataclysm-dda.section.md
+++ b/doc/builders/packages/cataclysm-dda.section.md
@@ -1,6 +1,6 @@
 # Cataclysm: Dark Days Ahead {#cataclysm-dark-days-ahead}
 
-## How to install Cataclysm DDA
+## How to install Cataclysm DDA {#how-to-install-cataclysm-dda}
 
 To install the latest stable release of Cataclysm DDA to your profile, execute
 `nix-env -f "<nixpkgs>" -iA cataclysm-dda`. For the curses build (build
@@ -34,7 +34,7 @@ cataclysm-dda.override {
 }
 ```
 
-## Important note for overriding packages
+## Important note for overriding packages {#important-note-for-overriding-packages}
 
 After applying `overrideAttrs`, you need to fix `passthru.pkgs` and
 `passthru.withMods` attributes either manually or by using `attachPkgs`:
@@ -69,7 +69,7 @@ in
 goodExample2.withMods (_: [])    # parallel building enabled
 ```
 
-## Customizing with mods
+## Customizing with mods {#customizing-with-mods}
 
 To install Cataclysm DDA with mods of your choice, you can use `withMods`
 attribute: