feat(workflow): add flake and just entrypoints

This commit is contained in:
Bryan Ramos 2026-04-02 13:26:08 -04:00
parent 511076e059
commit eda4748012
4 changed files with 323 additions and 25 deletions

21
justfile Normal file
View file

@ -0,0 +1,21 @@
set shell := ["bash", "-eu", "-o", "pipefail", "-c"]
default: help
help:
@just --list
validate:
nix run .#validate
build:
nix run .#build
check:
nix run .#check
install:
nix run .#install
clean:
rm -rf settings.json claude codex