kalebpace / wumbo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  • Use the Nix installer from Determinate Systems

  • cd into the root of this project and build the rust or zig based projects with

nix build .#component-rs
nix build .#component-tinygo
nix build .#doink
  • To get a shell with all the toolchains needed for a given project run:
nix develop .#component-rs
nix develop .#component-tinygo
nix develop .#doink
  • To run the default command for a project
nix run .#component-rs
nix run .#component-tinygo
nix run .#doink

About


Languages

Language:Nix 85.9%Language:Rust 5.0%Language:Zig 3.9%Language:C 3.5%Language:Go 1.5%Language:JavaScript 0.2%Language:Shell 0.0%