From 53d713eb486f21d653af3ef3528e9a19ecfc45e5 Mon Sep 17 00:00:00 2001 From: Puck Meerburg Date: Thu, 16 May 2024 18:47:30 +0000 Subject: [PATCH] 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. --- overlay.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overlay.nix b/overlay.nix index b9b2155..431cfe6 100644 --- a/overlay.nix +++ b/overlay.nix @@ -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"