Add Nix flake for local development without Docker/VSCode

Provides flake.nix with nix run, nix develop, and nix build commands.
Automatically sets up lean4game platform and starts game server at
http://localhost:3000. See FLAKE_USAGE.md for complete documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Greg Shuflin
2025-11-11 02:07:34 -08:00
parent e55da341a6
commit ac9a60d137
5 changed files with 618 additions and 0 deletions

3
.gitignore vendored
View File

@@ -4,3 +4,6 @@ lake-packages/
**/.DS_Store
.i18n/**/*.mo
*~
# Nix flake build artifacts
.lean4game-nix/