wiki/structured/lang.nix.org
Gabriel Arazas 172113c96e Update notebook on 2021-06-30
Notes on Nix, Flatpak, and mpc are here. They're just drafts and yet
I added them into the Git worktree. I'll complete them someday ;p
2021-06-30 22:42:04 +08:00

373 B

Nix language

Nix can be aptly described as JSON but with functions. While you can make Nix work with basic configurations, you need to know the details if you're creating packages.

TODO Basic data types

TODO Derivations

TODO Standard library

TODO Imports