Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/builders/packages/cataclysm-dda.section.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cataclysm: Dark Days Ahead
# Cataclysm: Dark Days Ahead {#cataclysm-dark-days-ahead}

## How to install Cataclysm DDA

Expand Down
2 changes: 1 addition & 1 deletion doc/builders/trivial-builders.chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This works just like `runCommand`. The only difference is that it also provides

Variant 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.

::: {.note}
::: note
This 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`.
:::

Expand Down
7 changes: 1 addition & 6 deletions doc/languages-frameworks/agda.section.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
title: Agda
author: Alex Rice (alexarice)
date: 2020-01-06
---
# Agda
# Agda {#agda}

## How to use Agda

Expand Down
7 changes: 1 addition & 6 deletions doc/languages-frameworks/android.section.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
title: Android
author: Sander van der Burg
date: 2018-11-18
---
# Android
# Android {#android}

The Android build environment provides three major features and a number of
supporting features.
Expand Down
2 changes: 1 addition & 1 deletion doc/languages-frameworks/crystal.section.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Crystal
# Crystal {#crystal}

## Building a Crystal package

Expand Down
2 changes: 1 addition & 1 deletion doc/languages-frameworks/emscripten.section.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Emscripten
# Emscripten {#emscripten}

[Emscripten](https://github.com/kripken/emscripten): An LLVM-to-JavaScript Compiler

Expand Down
8 changes: 1 addition & 7 deletions doc/languages-frameworks/haskell.section.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
title: User's Guide for Haskell in Nixpkgs
author: Peter Simons
date: 2015-06-01
---

# Haskell
# Haskell {#haskell}

The documentation for the Haskell infrastructure is published at
<https://haskell4nix.readthedocs.io/>. The source code for that
Expand Down
2 changes: 1 addition & 1 deletion doc/languages-frameworks/idris.section.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Idris
# Idris {#idris}

## Installing Idris

Expand Down
7 changes: 1 addition & 6 deletions doc/languages-frameworks/ios.section.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
title: iOS
author: Sander van der Burg
date: 2019-11-10
---
# iOS
# iOS {#ios}

This component is basically a wrapper/workaround that makes it possible to
expose an Xcode installation as a Nix package by means of symlinking to the
Expand Down
8 changes: 1 addition & 7 deletions doc/languages-frameworks/lua.section.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
title: Lua
author: Matthieu Coudron
date: 2019-02-05
---

# User's Guide to Lua Infrastructure
# User's Guide to Lua Infrastructure {#users-guide-to-lua-infrastructure}

## Using Lua

Expand Down
8 changes: 1 addition & 7 deletions doc/languages-frameworks/maven.section.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
title: Maven
author: Farid Zakaria
date: 2020-10-15
---

# Maven
# Maven {#maven}

Maven is a well-known build tool for the Java ecosystem however it has some challenges when integrating into the Nix build system.

Expand Down
4 changes: 2 additions & 2 deletions doc/languages-frameworks/node.section.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Node.js
=======
# Node.js {#node.js}

The `pkgs/development/node-packages` folder contains a generated collection of
[NPM packages](https://npmjs.com/) that can be installed with the Nix package
manager.
Expand Down
2 changes: 1 addition & 1 deletion doc/languages-frameworks/python.section.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Python
# Python {#python}

## User Guide

Expand Down
3 changes: 1 addition & 2 deletions doc/languages-frameworks/r.section.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
R
=
# R {#r}

## Installation

Expand Down
8 changes: 1 addition & 7 deletions doc/languages-frameworks/rust.section.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
title: Rust
author: Matthias Beyer
date: 2017-03-05
---

# Rust
# Rust {#rust}

To install the rust compiler and cargo put

Expand Down
1 change: 0 additions & 1 deletion doc/languages-frameworks/texlive.section.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# TeX Live {#sec-language-texlive}

Since release 15.09 there is a new TeX Live packaging that lives entirely under attribute `texlive`.
Expand Down
7 changes: 1 addition & 6 deletions doc/languages-frameworks/titanium.section.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
title: Titanium
author: Sander van der Burg
date: 2018-11-18
---
# Titanium
# Titanium {#titanium}

The Nixpkgs repository contains facilities to deploy a variety of versions of
the [Titanium SDK](https://www.appcelerator.com) versions, a cross-platform
Expand Down
7 changes: 1 addition & 6 deletions doc/languages-frameworks/vim.section.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
---
title: User's Guide for Vim in Nixpkgs
author: Marc Weber
date: 2016-06-25
---
# Vim
# Vim {#vim}

Both Neovim and Vim can be configured to include your favorite plugins
and additional libraries.
Expand Down
8 changes: 1 addition & 7 deletions doc/preface.chapter.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
---
title: Preface
author: Frederik Rietdijk
date: 2015-11-25
---

# Preface
# Preface {#preface}

The Nix Packages collection (Nixpkgs) is a set of thousands of packages for the
[Nix package manager](https://nixos.org/nix/), released under a
Expand Down