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: source/index.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -52,18 +52,17 @@ Explanations of history and ideas in the Nix ecosystem
52
52
53
53
## What is Nix?
54
54
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.
56
56
57
57
It is the basis of a growing ecosystem of tools that facilitate repeatable results in software development:
58
58
-[Nixpkgs](https://github.com/nixos/nixpkgs) is [the largest, most up-to-date software repository in the world](https://repology.org/repositories/graphs).
59
59
-[NixOS](https://github.com/NixOS/nixpkgs/tree/master/nixos) is a Linux distribution that can be configured fully declaratively.
60
60
61
-
## How to use software from Nixpkgs
61
+
## What can you do with the Nix ecosystem?
62
62
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
0 commit comments