chore: clean up stale Nix references
This commit is contained in:
parent
c8d7333f7a
commit
08255a8515
3 changed files with 2 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,8 +1,6 @@
|
||||||
# Build artifacts
|
# Build artifacts
|
||||||
target/
|
target/
|
||||||
reviews/
|
reviews/
|
||||||
result*
|
|
||||||
.direnv/
|
|
||||||
|
|
||||||
# SQLite database files
|
# SQLite database files
|
||||||
*.db
|
*.db
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ prek = "latest"
|
||||||
shellcheck = "latest"
|
shellcheck = "latest"
|
||||||
flyctl = "latest"
|
flyctl = "latest"
|
||||||
"aqua:mvdan/sh" = "latest"
|
"aqua:mvdan/sh" = "latest"
|
||||||
|
"npm:oxfmt" = "latest"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
SQLX_OFFLINE = "false"
|
SQLX_OFFLINE = "false"
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ prek run -av # All lints, tests, formatters
|
||||||
cargo build # Build
|
cargo build # Build
|
||||||
cargo test # Tests
|
cargo test # Tests
|
||||||
cargo clippy --allow-dirty --fix # Lint + auto-fix
|
cargo clippy --allow-dirty --fix # Lint + auto-fix
|
||||||
nix fmt # Format
|
mise run fmt # Format
|
||||||
sqlx migrate add <name> # New migration → migrations/NNNN_<name>.sql
|
sqlx migrate add <name> # New migration → migrations/NNNN_<name>.sql
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue