Add Nix and environment configuration files

- Created `.envrc` for Direnv integration to manage Nix environment.
- Added `.gitignore` to exclude build artifacts and IDE files.
- Introduced `flake.nix` for Nix flake configuration and development shell setup.
- Generated `flake.lock` to lock dependencies for the Nix environment.
- Updated `go.mod` to specify Go version 1.23.
- Added `README.md` with project overview, development instructions, and troubleshooting tips.
This commit is contained in:
Michael Marquez
2025-08-21 21:18:00 -04:00
parent 6240ed0b1f
commit 6927cf868d
6 changed files with 187 additions and 1 deletions

2
go.mod
View File

@@ -1,3 +1,3 @@
module github.com/MikeyYeahYeah/arr-go-client
go 1.24.1
go 1.23