this post was submitted on 02 Dec 2024
22 points (100.0% liked)
Nix / NixOS
1831 readers
1 users here now
Main links
Videos
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That looks very lispy, is that intentional?
Yes, Nix is a pure functional programming language, like Lisp.
The reason for its existence is to allow for reproducible and repeatable builds of packages and configuration. This is the basis for nixpkgs, NixOS and Home Manager.
Oh, I know; I have commit access to Nixpkgs ;)
I was just commenting on the way they've styled their Nix code here.