diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-08-17 19:41:36 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-08-17 19:48:14 -0700 |
| commit | 257ade944e49559b898fc548f6e65e65d3319d7e (patch) | |
| tree | ccb31df6871321994ba5fa1a0d477aa1eae7d140 /.gitignore | |
| parent | format go code with `nix fmt` (diff) | |
| download | x-257ade944e49559b898fc548f6e65e65d3319d7e.tar.gz | |
manage the repository with nix
Add a flake.nix to manage the development shell, the formatters, add
some pre-commit checks, and such.
This might evolve a bit over time but this is a good starting point.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e90b739 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.pre-commit-config.yaml |
