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
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 withnix 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