Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 7be05df

Browse files
Switch back to upstream devenv flake (#15533)
1 parent 8aee823 commit 7be05df

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

changelog.d/15533.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Install the `xmlsec` package and switch back to the upstream [cachix/devenv](https://github.com/cachix/devenv) repo in the nix development environment.

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@
5050
# Output a development shell for x86_64/aarch64 Linux/Darwin (MacOS).
5151
systems.url = "github:nix-systems/default";
5252
# A development environment manager built on Nix. See https://devenv.sh.
53-
# This is temporarily overridden to a fork that fixes a quirk between
54-
# devenv's service and python language features. This can be removed
55-
# when https://github.com/cachix/devenv/pull/559 is merged upstream.
56-
devenv.url = "github:anoadragon453/devenv/anoa/fix_languages_python";
57-
#devenv.url = "github:cachix/devenv/main";
53+
devenv.url = "github:cachix/devenv/main";
5854
# Rust toolchains and rust-analyzer nightly.
5955
fenix = {
6056
url = "github:nix-community/fenix";

0 commit comments

Comments
 (0)