Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nix update, added CI & Makefile, fix small errors #17

Merged
merged 25 commits into from
Feb 13, 2025
Merged

Conversation

TheJolman
Copy link
Collaborator

@TheJolman TheJolman commented Feb 1, 2025

  • Formatted all files, fixed some parse and linter errors/warnings in .sql files, modified some things that were causing build failures.
    • added a missing import
    • commenting out unused variables for now.
    • fixed sqlite3 driver name
  • Modernized nix dev shell, moving from a shell.nix to a flake.nix with direnv for those who want to use it.
  • Added a Makefile to:
    • ensure code is formatted on every build/run.
    • automatically regenerate sqlc files when relevant files are changed.
    • easily run various checks.
  • Added a github action that uses the provided flake.nix and runs various checks.

Copy link

github-actions bot commented Feb 1, 2025

godoc reference preview ready ✨
Go Documentation

@TheJolman TheJolman merged commit acb77cc into main Feb 13, 2025
2 checks passed
@TheJolman TheJolman deleted the nix-update branch February 13, 2025 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants