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
- Host: GitHub
- URL: https://github.com/plietar/nixpkgs-verona
- Owner: plietar
- Created: 2020-01-27T13:55:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T17:10:49.000Z (over 6 years ago)
- Last Synced: 2025-02-09T21:30:51.914Z (over 1 year ago)
- Language: Nix
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```