summary refs log tree commit diff
path: root/flake.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch devenv from development branch to v0.6.3Andrew Morgan2023-08-041-4/+4
| | | | | | | | | 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 Morgan2023-08-021-21/+39
| | | | (#16019)
* Pin the rust version in `flake.nix`, and bump to 1.70.0 to fix installing ↵Andrew Morgan2023-07-171-33/+63
| | | | `ruff` (#15940)
* Switch back to upstream devenv flake (#15533)Andrew Morgan2023-05-031-6/+6
|
* Add a nix flake that sets up a development environment (via devenv) (#15495)Andrew Morgan2023-04-271-0/+274