···11-# Cataclysm: Dark Days Ahead
11+# Cataclysm: Dark Days Ahead {#cataclysm-dark-days-ahead}
2233## How to install Cataclysm DDA
44
+1-1
doc/builders/trivial-builders.chapter.md
···37373838Variant of `runCommand` that forces the derivation to be built locally, it is not substituted. This is intended for very cheap commands (<1s execution time). It saves on the network roundrip and can speed up a build.
39394040-::: {.note}
4040+::: note
4141This sets [`allowSubstitutes` to `false`](https://nixos.org/nix/manual/#adv-attr-allowSubstitutes), so only use `runCommandLocal` if you are certain the user will always have a builder for the `system` of the derivation. This should be true for most trivial use cases (e.g. just copying some files to a different location or adding symlinks), because there the `system` is usually the same as `builtins.currentSystem`.
4242:::
4343
+1-6
doc/languages-frameworks/agda.section.md
···11----
22-title: Agda
33-author: Alex Rice (alexarice)
44-date: 2020-01-06
55----
66-# Agda
11+# Agda {#agda}
7283## How to use Agda
94
+1-6
doc/languages-frameworks/android.section.md
···11----
22-title: Android
33-author: Sander van der Burg
44-date: 2018-11-18
55----
66-# Android
11+# Android {#android}
7283The Android build environment provides three major features and a number of
94supporting features.
+1-1
doc/languages-frameworks/crystal.section.md
···11-# Crystal
11+# Crystal {#crystal}
2233## Building a Crystal package
44
+1-1
doc/languages-frameworks/emscripten.section.md
···11-# Emscripten
11+# Emscripten {#emscripten}
2233[Emscripten](https://github.com/kripken/emscripten): An LLVM-to-JavaScript Compiler
44
+1-7
doc/languages-frameworks/haskell.section.md
···11----
22-title: User's Guide for Haskell in Nixpkgs
33-author: Peter Simons
44-date: 2015-06-01
55----
66-77-# Haskell
11+# Haskell {#haskell}
8293The documentation for the Haskell infrastructure is published at
104<https://haskell4nix.readthedocs.io/>. The source code for that
···11----
22-title: iOS
33-author: Sander van der Burg
44-date: 2019-11-10
55----
66-# iOS
11+# iOS {#ios}
7283This component is basically a wrapper/workaround that makes it possible to
94expose an Xcode installation as a Nix package by means of symlinking to the
+1-7
doc/languages-frameworks/lua.section.md
···11----
22-title: Lua
33-author: Matthieu Coudron
44-date: 2019-02-05
55----
66-77-# User's Guide to Lua Infrastructure
11+# User's Guide to Lua Infrastructure {#users-guide-to-lua-infrastructure}
8293## Using Lua
104
+1-7
doc/languages-frameworks/maven.section.md
···11----
22-title: Maven
33-author: Farid Zakaria
44-date: 2020-10-15
55----
66-77-# Maven
11+# Maven {#maven}
8293Maven is a well-known build tool for the Java ecosystem however it has some challenges when integrating into the Nix build system.
104
+2-2
doc/languages-frameworks/node.section.md
···11-Node.js
22-=======
11+# Node.js {#node.js}
22+33The `pkgs/development/node-packages` folder contains a generated collection of
44[NPM packages](https://npmjs.com/) that can be installed with the Nix package
55manager.
+1-1
doc/languages-frameworks/python.section.md
···11-# Python
11+# Python {#python}
2233## User Guide
44
···11----
22-title: Rust
33-author: Matthias Beyer
44-date: 2017-03-05
55----
66-77-# Rust
11+# Rust {#rust}
8293To install the rust compiler and cargo put
104
-1
doc/languages-frameworks/texlive.section.md
···11-21# TeX Live {#sec-language-texlive}
3243Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
+1-6
doc/languages-frameworks/titanium.section.md
···11----
22-title: Titanium
33-author: Sander van der Burg
44-date: 2018-11-18
55----
66-# Titanium
11+# Titanium {#titanium}
7283The Nixpkgs repository contains facilities to deploy a variety of versions of
94the [Titanium SDK](https://www.appcelerator.com) versions, a cross-platform
+1-6
doc/languages-frameworks/vim.section.md
···11----
22-title: User's Guide for Vim in Nixpkgs
33-author: Marc Weber
44-date: 2016-06-25
55----
66-# Vim
11+# Vim {#vim}
7283Both Neovim and Vim can be configured to include your favorite plugins
94and additional libraries.
+1-7
doc/preface.chapter.md
···11----
22-title: Preface
33-author: Frederik Rietdijk
44-date: 2015-11-25
55----
66-77-# Preface
11+# Preface {#preface}
8293The Nix Packages collection (Nixpkgs) is a set of thousands of packages for the
104[Nix package manager](https://nixos.org/nix/), released under a