Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 464 Bytes

File metadata and controls

30 lines (22 loc) · 464 Bytes

devkit

This is my personal devkit. It consists of flakes I find myself commonly using. I thought it would be a nice way to exercise Nix by combining them into a centralized repository.

Example:

Lets drop into a flake for basic backend dev in Go.

nix develop github:GaballaGit/devkit#go-api

All Flakes

# Backend Go
go-api
go-api-psql
go-api-sqlite

# Node Development
node-wrangler
node-wrangler-pnpm
node-wrangler-yarn

# Rust
rust