Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-27 | nix: Add --expr flag | Eelco Dolstra | |
This replaces the '(...)' installable syntax, which is not very discoverable. The downside is that you can't have multiple expressions or mix expressions and other installables. | |||
2018-02-13 | Allow plugins to define new settings. | Shea Levy | |
2018-02-13 | Fix plugin tests on darwin | Shea Levy | |
2018-02-08 | Allow using RegisterPrimop to define constants. | Shea Levy | |
This enables plugins to add new constants, as well as new primops. | |||
2018-02-08 | Add plugins to make Nix more extensible. | Shea Levy | |
All plugins in plugin-files will be dlopened, allowing them to statically construct instances of the various Register* types Nix supports. |