v1rbox / discox

Virbox Discord Bot community project ^_^
GNU Affero General Public License v3.0
29 stars 30 forks source link

Simplify devenv #175

Closed justinlime closed 1 year ago

justinlime commented 1 year ago

What kind of change does this PR introduce?
Simplify the devenv command for nix users (probably just me)

What is the current behavior?
Previously, you had to start the DB first with nix develop .#db --impure then start the actual devenv with nix develop .#dev --impure

What is the new behavior
Now the devenv can be activated easily with nix develop .# --impure to install all dependencies and preconfigure mariadb for discox