• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A fast implementation of the Nix expression language


Commit MetaInfo

Revisiond8750e8a6a937149cb0e3b92edea185b08ace937 (tree)
Time2024-06-15 01:35:35
AuthorCorbin <cds@corb...>
CommiterCorbin

Log Message

Update README.

Change Summary

Incremental Difference

--- a/README.txt
+++ b/README.txt
@@ -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
211
312 ## Bibliography
413