A fast implementation of the Nix expression language
Revision | d8750e8a6a937149cb0e3b92edea185b08ace937 (tree) |
---|---|
Time | 2024-06-15 01:35:35 |
Author | Corbin <cds@corb...> |
Commiter | Corbin |
Update README.
@@ -1,4 +1,13 @@ | ||
1 | -This is a basic parser for the Nix language. | |
1 | +This is a basic evaluator for a subset of the Nix language. It includes a | |
2 | +fairly complete parser and part of a G-machine. | |
3 | + | |
4 | +## Build | |
5 | + | |
6 | +Because of the license, `config.allowUnfree` must be set. For standalone | |
7 | +builds, this should suffice: | |
8 | + | |
9 | + $ export NIXPKGS_ALLOW_UNFREE=1 | |
10 | + $ nix build --impure | |
2 | 11 | |
3 | 12 | ## Bibliography |
4 | 13 |