feat: add devenv to override list

Devenv overrides the Nix source with its own version of Nix 2.21, which
conflicts with the changes made to the package, especially the build
system.
This commit is contained in:
puck 2024-05-16 18:47:30 +00:00
parent 36dbb9dbfb
commit 53d713eb48

View file

@ -38,6 +38,7 @@ let
# These packages depend on Nix features that Lix does not support
overridelist_2_18 = [
"attic-client"
"devenv"
"nix-du"
"nix-init"
"nix-prefetch-git"