You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/languages/nix.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,14 @@
1
1
---
2
-
title: Building a Nix Project
2
+
title: Build a Nix Project
3
3
layout: en
4
4
5
5
---
6
6
7
-
### What This Guide Covers
8
7
9
8
This guide covers build environment and configuration topics specific to Nix projects. Please make sure to read our [Onboarding](/user/onboarding/) and [General Build configuration](/user/customizing-the-build/) guides first.
10
9
11
10
12
-
13
-
### Community-Supported Warning
11
+
## Community-Supported Warning
14
12
15
13
Travis CI support for Nix is contributed by the community and may be removed
16
14
or altered at any time. If you run into any problems, please report them in the
@@ -28,7 +26,7 @@ language: nix
28
26
29
27
The default channel for `nixpkgs` will be `nixpkgs-unstable`.
30
28
31
-
## Provided Tools
29
+
## Tools Available
32
30
33
31
The following command line tools are available in the Nix environment:
0 commit comments