mirror of
https://github.com/NixOS/nix
synced 2025-06-28 17:51:15 +02:00
Merge pull request #13107 from fricklerhandwerk/ivory-tower
docs: don't mention Haskell
This commit is contained in:
commit
b5dc8181b0
1 changed files with 2 additions and 2 deletions
|
@ -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 don’t have
|
— packages are built by functions that don’t 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue