Skip to content

Commit 416d793

Browse files
Apply suggestions from code review
1 parent 1c01d48 commit 416d793

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/index.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,17 @@ Explanations of history and ideas in the Nix ecosystem
5252

5353
## What is Nix?
5454

55-
[Nix](https://github.com/NixOS/nix) allows treating Unix processes and file system operations as pure functions.
55+
[Nix](https://github.com/NixOS/nix) allows treating Unix processes as pure functions over file systems.
5656

5757
It is the basis of a growing ecosystem of tools that facilitate repeatable results in software development:
5858
- [Nixpkgs](https://github.com/nixos/nixpkgs) is [the largest, most up-to-date software repository in the world](https://repology.org/repositories/graphs).
5959
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/nixos) is a Linux distribution that can be configured fully declaratively.
6060

61-
## How to use software from Nixpkgs
61+
## What can you do with the Nix ecosystem?
6262

63-
This is what you can do with software from Nixpkgs:
64-
- Run **standalone programs** locally with Nix
65-
- Use **libraries or tools** to build software with Nixpkgs
66-
- Deploy **services** to machines running NixOS
63+
- Build **executables** with Nix
64+
- Develop software using **libraries or tools** from Nixpkgs
65+
- Configure **services** and deploy them to machines running NixOS
6766

6867
## What else can you do with Nix?
6968

0 commit comments

Comments
 (0)