An open API service indexing awesome lists of open source software.

https://github.com/thufschmitt/tix

[WIP] A type system for nix
https://github.com/thufschmitt/tix

nix nixos type-system wip

Last synced: 7 months ago
JSON representation

[WIP] A type system for nix

Awesome Lists containing this project

README

          

__Abandonned__ see https://github.com/regnat/ptyx

% tix
% A (wip) type-inference engine for [nix](https://nixos.org/nix)

There is currently not much, hardly a parser for a small subset of the language.

# Build

Assuming you got nix installed on your computer, run `nix-shell` to enter a
well-configured environment, and then:

```
$ make configure
$ make
$ make test
```