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

https://github.com/plietar/nixpkgs-verona

Nixpkgs overlay for the Verona compiler
https://github.com/plietar/nixpkgs-verona

Last synced: 8 months ago
JSON representation

Nixpkgs overlay for the Verona compiler

Awesome Lists containing this project

README

          

# Nixpkgs overlay for the Verona compiler
## Usage as an overlay
```bash
mkdir -p ~/.config/nixpkgs/overlays
git clone https://github.com/plietar/nixpkgs-verona ~/.config/nixpkgs/overlays/verona
nix-env -iA nixpkgs.veronac
veronac --help
```

## Standalone usage
Clone this repository and run the following commands:
```bash
nix-build -E '(import {}).callPackage ./veronac.nix {}'
./result/bin/veronac --help
```