Commit graph

5 commits

Author SHA1 Message Date
Pyrox 0a7303dfba [config] Update devenv.yml config for Nix-based development
Just removes the deprecated `id` variable as well as the (commented out)elasticsearch settings since those don't exist anymore
2023-10-26 18:30:34 -04:00
Pyrox e8fea317fa
[nix devenv] Devenv cleanup
This commit does the following:
* Removes Rust development tools from the devenv since all Rust code has been removed
* Removes the deprecated `id` parameter from the `devenv.yml` config, as well as making its formatting actually correct.
* Updates the lockfile of the Nix flake so that all latest versions of tools that are needed are installed.
2023-10-26 18:43:36 +02:00
Jeder 8069cedf8e Replace firefish with iceshrimp 2023-08-04 14:27:21 +02:00
ThatOneCalculator 6c7f0521aa find and replace 2023-07-02 15:18:30 -07:00
Pyrox ca43e046a0 flake: Cleanup devenv on clean, add helper scripts, and run dev server on devenv up
Also adds a new config example for use with the devenv scripts, as well
as a developer's guide for setting up the Nix environment. This could
also have steps for speific distros, such as what packages to install,
and specific notes.
2023-05-12 09:09:58 -04:00