diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-08-23 16:16:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 16:16:14 +0100 |
commit | 85118420a226c5664f9cb8ea31d91cf842709740 (patch) | |
tree | d87cc3e7ad3a6086857e9df645f2b7d10711f077 /flake.nix | |
parent | Filter out unwanted user_agents from udv. (#16124) (diff) | |
download | synapse-85118420a226c5664f9cb8ea31d91cf842709740.tar.xz |
Switch `devenv` dependency in the nix development environment to the latest release (instead of the development branch) (#16063)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index e70a41dfc2..b89b6d9218 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ # Output a development shell for x86_64/aarch64 Linux/Darwin (MacOS). systems.url = "github:nix-systems/default"; # A development environment manager built on Nix. See https://devenv.sh. - devenv.url = "github:cachix/devenv/main"; + devenv.url = "github:cachix/devenv/v0.6.3"; # Rust toolchain. rust-overlay.url = "github:oxalica/rust-overlay"; }; |