Skip to content

Commit b438bd3

Browse files
authored
Update nix.md
1 parent e4fc14b commit b438bd3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

user/languages/nix.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
2-
title: Building a Nix Project
2+
title: Build a Nix Project
33
layout: en
44

55
---
66

7-
### What This Guide Covers
87

98
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.
109

1110

12-
13-
### Community-Supported Warning
11+
## Community-Supported Warning
1412

1513
Travis CI support for Nix is contributed by the community and may be removed
1614
or altered at any time. If you run into any problems, please report them in the
@@ -28,7 +26,7 @@ language: nix
2826
2927
The default channel for `nixpkgs` will be `nixpkgs-unstable`.
3028

31-
## Provided Tools
29+
## Tools Available
3230

3331
The following command line tools are available in the Nix environment:
3432

0 commit comments

Comments
 (0)