1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 18:01:16 +02:00

docs: don't mention Haskell

sometimes it's these little things that let beginners stumble at the
first step...

mentioning one potentially foreign concept while introducing an entirely
new concept is asking enough already.
This commit is contained in:
Valentin Gagarin 2025-04-29 10:58:34 +02:00
parent 2ec1303286
commit cb9182f9ed

View file

@ -1,8 +1,8 @@
# Introduction # Introduction
Nix is a _purely functional package manager_. This means that it Nix is a _purely functional package manager_. This means that it
treats packages like values in purely functional programming languages treats packages like values in a purely functional programming language
such as Haskell — they are built by functions that dont have — packages are built by functions that dont have
side-effects, and they never change after they have been built. Nix side-effects, and they never change after they have been built. Nix
stores packages in the _Nix store_, usually the directory stores packages in the _Nix store_, usually the directory
`/nix/store`, where each package has its own unique subdirectory such `/nix/store`, where each package has its own unique subdirectory such