···1-# Cataclysm: Dark Days Ahead
23## How to install Cataclysm DDA
4
···1+# Cataclysm: Dark Days Ahead {#cataclysm-dark-days-ahead}
23## How to install Cataclysm DDA
4
+1-1
doc/builders/trivial-builders.chapter.md
···3738Variant 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.
3940-::: {.note}
41This 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`.
42:::
43
···3738Variant 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.
3940+::: note
41This 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`.
42:::
43
+1-6
doc/languages-frameworks/agda.section.md
···1----
2-title: Agda
3-author: Alex Rice (alexarice)
4-date: 2020-01-06
5----
6-# Agda
78## How to use Agda
9
···1----
2-title: Android
3-author: Sander van der Burg
4-date: 2018-11-18
5----
6-# Android
78The Android build environment provides three major features and a number of
9supporting features.
···1+# Android {#android}
0000023The Android build environment provides three major features and a number of
4supporting features.
···1+# Crystal {#crystal}
23## Building a Crystal package
4
+1-1
doc/languages-frameworks/emscripten.section.md
···1-# Emscripten
23[Emscripten](https://github.com/kripken/emscripten): An LLVM-to-JavaScript Compiler
4
···1+# Emscripten {#emscripten}
23[Emscripten](https://github.com/kripken/emscripten): An LLVM-to-JavaScript Compiler
4
+1-7
doc/languages-frameworks/haskell.section.md
···1----
2-title: User's Guide for Haskell in Nixpkgs
3-author: Peter Simons
4-date: 2015-06-01
5----
6-7-# Haskell
89The documentation for the Haskell infrastructure is published at
10<https://haskell4nix.readthedocs.io/>. The source code for that
···1+# Haskell {#haskell}
00000023The documentation for the Haskell infrastructure is published at
4<https://haskell4nix.readthedocs.io/>. The source code for that
···1----
2-title: iOS
3-author: Sander van der Burg
4-date: 2019-11-10
5----
6-# iOS
78This component is basically a wrapper/workaround that makes it possible to
9expose an Xcode installation as a Nix package by means of symlinking to the
···1+# iOS {#ios}
0000023This component is basically a wrapper/workaround that makes it possible to
4expose an Xcode installation as a Nix package by means of symlinking to the
+1-7
doc/languages-frameworks/lua.section.md
···1----
2-title: Lua
3-author: Matthieu Coudron
4-date: 2019-02-05
5----
6-7-# User's Guide to Lua Infrastructure
89## Using Lua
10
···1+# User's Guide to Lua Infrastructure {#users-guide-to-lua-infrastructure}
00000023## Using Lua
4
+1-7
doc/languages-frameworks/maven.section.md
···1----
2-title: Maven
3-author: Farid Zakaria
4-date: 2020-10-15
5----
6-7-# Maven
89Maven is a well-known build tool for the Java ecosystem however it has some challenges when integrating into the Nix build system.
10
···1+# Maven {#maven}
00000023Maven is a well-known build tool for the Java ecosystem however it has some challenges when integrating into the Nix build system.
4
+2-2
doc/languages-frameworks/node.section.md
···1-Node.js
2-=======
3The `pkgs/development/node-packages` folder contains a generated collection of
4[NPM packages](https://npmjs.com/) that can be installed with the Nix package
5manager.
···1+# Node.js {#node.js}
2+3The `pkgs/development/node-packages` folder contains a generated collection of
4[NPM packages](https://npmjs.com/) that can be installed with the Nix package
5manager.
···1----
2-title: Rust
3-author: Matthias Beyer
4-date: 2017-03-05
5----
6-7-# Rust
89To install the rust compiler and cargo put
10
···1+# Rust {#rust}
00000023To install the rust compiler and cargo put
4
-1
doc/languages-frameworks/texlive.section.md
···1-2# TeX Live {#sec-language-texlive}
34Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
···01# TeX Live {#sec-language-texlive}
23Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
+1-6
doc/languages-frameworks/titanium.section.md
···1----
2-title: Titanium
3-author: Sander van der Burg
4-date: 2018-11-18
5----
6-# Titanium
78The Nixpkgs repository contains facilities to deploy a variety of versions of
9the [Titanium SDK](https://www.appcelerator.com) versions, a cross-platform
···1+# Titanium {#titanium}
0000023The Nixpkgs repository contains facilities to deploy a variety of versions of
4the [Titanium SDK](https://www.appcelerator.com) versions, a cross-platform
+1-6
doc/languages-frameworks/vim.section.md
···1----
2-title: User's Guide for Vim in Nixpkgs
3-author: Marc Weber
4-date: 2016-06-25
5----
6-# Vim
78Both Neovim and Vim can be configured to include your favorite plugins
9and additional libraries.
···1+# Vim {#vim}
0000023Both Neovim and Vim can be configured to include your favorite plugins
4and additional libraries.
+1-7
doc/preface.chapter.md
···1----
2-title: Preface
3-author: Frederik Rietdijk
4-date: 2015-11-25
5----
6-7-# Preface
89The Nix Packages collection (Nixpkgs) is a set of thousands of packages for the
10[Nix package manager](https://nixos.org/nix/), released under a
···1+# Preface {#preface}
00000023The Nix Packages collection (Nixpkgs) is a set of thousands of packages for the
4[Nix package manager](https://nixos.org/nix/), released under a