diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2023-05-03 15:40:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-03 14:40:10 +0000 |
commit | 7be05df0b143bd7bf25a6cc3a489d0af913b48cf (patch) | |
tree | f6366fa6a41b1767e06fc89880edcf52799ae2ec /flake.nix | |
parent | Merge branch 'release-v1.83' into develop (diff) | |
download | synapse-7be05df0b143bd7bf25a6cc3a489d0af913b48cf.tar.xz |
Switch back to upstream devenv flake (#15533)
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix index 91916d9abb..3e24a6691e 100644 --- a/flake.nix +++ b/flake.nix @@ -50,11 +50,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. - # This is temporarily overridden to a fork that fixes a quirk between - # devenv's service and python language features. This can be removed - # when https://github.com/cachix/devenv/pull/559 is merged upstream. - devenv.url = "github:anoadragon453/devenv/anoa/fix_languages_python"; - #devenv.url = "github:cachix/devenv/main"; + devenv.url = "github:cachix/devenv/main"; # Rust toolchains and rust-analyzer nightly. fenix = { url = "github:nix-community/fenix"; |