EventStore / EventStoreDB-Client-Java

Official Asynchronous Java 8+ Client Library for EventStoreDB 20.6+
https://eventstore.com
Apache License 2.0
61 stars 19 forks source link

Support nix shell environment. #272

Open YoEight opened 2 months ago

YoEight commented 2 months ago

Added: Support nix shell environment.

This pull request introduces a Nix shell script to set up a dev environment for EventStoreDB Java client. The primary goal of this addition is to simplify the setup process for devs, particularly those using the Nix package manager. It's important to note that this inclusion does not signal a commitment to Nix as our primary package manager. Instead, it serves as an optional tool to ease the lives of devs who prefer or already use the Nix package manager like myself.