1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

Merge pull request #13107 from fricklerhandwerk/ivory-tower

docs: don't mention Haskell
This commit is contained in:
Jörg Thalheim 2025-05-01 10:27:42 +02:00 committed by GitHub
commit b5dc8181b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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