mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-02-07 12:19:31 +00:00
14 lines
373 B
Org Mode
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
|