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

14 lines
373 B
Org Mode

#+title: Nix language
#+date: "2021-06-30 13:30:19 +08:00"
#+date_modified: "2021-06-30 13:33:32 +08:00"
#+language: en
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