Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install gcc, lower poetry verbosity github/anoa/debug_gcc anoa/debug_gcc | Andrew Morgan | 2023-08-04 | 1 | -1/+4 |
| | |||||
* | Enable debug logging for poetry github/anoa/debug_poetry anoa/debug_poetry | Andrew Morgan | 2023-08-04 | 1 | -1/+1 |
| | |||||
* | Switch devenv from development branch to v0.6.3 | Andrew Morgan | 2023-08-04 | 1 | -1/+1 |
| | | | | | | | | | Broke in https://github.com/matrix-org/synapse/pull/16019. This would have been caught if someone ran 'devenv up' during manual testing of that PR, or better yet, if we had CI for the nix developer environment. Switch back to the latest release version, which doesn't have the upstream issue: https://github.com/cachix/devenv/issues/756 | ||||
* | Update `flake.lock` to fix running the nix developer environment on MacOS ↵ | Andrew Morgan | 2023-08-02 | 1 | -2/+2 |
| | | | | (#16019) | ||||
* | Pin the rust version in `flake.nix`, and bump to 1.70.0 to fix installing ↵ | Andrew Morgan | 2023-07-17 | 1 | -10/+23 |
| | | | | `ruff` (#15940) | ||||
* | Fix the `devenv up` configuration which was ignoring the config overrides. ↵ | reivilibre | 2023-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | (#15854) * Fix use of config override directory in `devenv up` `--config-directory` is for the generate config script; `-c` is for usage * Add homeserver config override directory to gitignore * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-05-26 | 1 | -0/+4 |
|\ | |||||
| * | Add `dch` and `notify-send` to the development Nix flake so that the release ↵ | reivilibre | 2023-05-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | script can be used. (#15673) * Add dch and notify-send to the Nix dev flake * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | | flake.nix: start synapse automatically, add space usage warning (#15613) | axel simon | 2023-05-18 | 1 | -15/+38 |
|/ | | | | Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | ||||
* | Add `mdbook` to flake.nix (#15545) | Andrew Morgan | 2023-05-05 | 1 | -0/+3 |
| | |||||
* | Add `xmlsec` package to flake.nix (#15532) | Andrew Morgan | 2023-05-03 | 1 | -0/+1 |
| | |||||
* | Switch back to upstream devenv flake (#15533) | Andrew Morgan | 2023-05-03 | 1 | -5/+1 |
| | |||||
* | Add a nix flake that sets up a development environment (via devenv) (#15495) | Andrew Morgan | 2023-04-27 | 1 | -0/+204 |