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

https://github.com/tinted-software/rix

A nix implementation in Rust
https://github.com/tinted-software/rix

nix nix-lang nix-parser rust rust-lang

Last synced: 22 days ago
JSON representation

A nix implementation in Rust

Awesome Lists containing this project

README

          

# Rix

A cross-platform Nix implementation in Rust.

## Overview

This project is based on:

- [Tom's nix-eval crate](https://github.com/Industrial/nixos-dotfiles/tree/main/rust/tools/nix-eval)
- [rnix parser](https://github.com/nix-community/rnix-parser)