summary refs log tree commit diff
path: root/flake.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply missed suggestions from the review of #16090. (#16263)reivilibre2023-09-061-2/+3
| | | | | | | | | | | * Suggestions from PR * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
* Add GCC and GNU Make to the Nix flake development environment so that `ruff` ↵reivilibre2023-09-061-0/+17
| | | | | | | | | | | | | | | can be compiled. (#16090) * Add gcc and GNU make to the Nix flake * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * unset LD_LIBRARY_PATH --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
* Update rust in flake.nix: 1.70.0 -> 1.71.1 to address CVE-2023-38497 (#16260)Andrew Morgan2023-09-061-1/+1
|
* Switch `devenv` dependency in the nix development environment to the latest ↵Andrew Morgan2023-08-231-1/+1
| | | | release (instead of the development branch) (#16063)
* Update `flake.lock` to fix running the nix developer environment on MacOS ↵Andrew Morgan2023-08-021-2/+2
| | | | (#16019)
* Pin the rust version in `flake.nix`, and bump to 1.70.0 to fix installing ↵Andrew Morgan2023-07-171-10/+23
| | | | `ruff` (#15940)
* Fix the `devenv up` configuration which was ignoring the config overrides. ↵reivilibre2023-07-031-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 developOlivier Wilkinson (reivilibre)2023-05-261-0/+4
|\
| * Add `dch` and `notify-send` to the development Nix flake so that the release ↵reivilibre2023-05-261-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 simon2023-05-181-15/+38
|/ | | | Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
* Add `mdbook` to flake.nix (#15545)Andrew Morgan2023-05-051-0/+3
|
* Add `xmlsec` package to flake.nix (#15532)Andrew Morgan2023-05-031-0/+1
|
* Switch back to upstream devenv flake (#15533)Andrew Morgan2023-05-031-5/+1
|
* Add a nix flake that sets up a development environment (via devenv) (#15495)Andrew Morgan2023-04-271-0/+204