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
- Host: GitHub
- URL: https://github.com/tinted-software/rix
- Owner: tinted-software
- License: mit
- Created: 2026-04-16T00:45:52.000Z (2 months ago)
- Default Branch: canon
- Last Pushed: 2026-04-19T06:18:16.000Z (2 months ago)
- Last Synced: 2026-04-19T07:13:37.033Z (2 months ago)
- Topics: nix, nix-lang, nix-parser, rust, rust-lang
- Language: Nix
- Homepage:
- Size: 493 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)