forked from lix-project/nixos-module
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:
parent
36dbb9dbfb
commit
53d713eb48
|
@ -38,6 +38,7 @@ let
|
||||||
# These packages depend on Nix features that Lix does not support
|
# These packages depend on Nix features that Lix does not support
|
||||||
overridelist_2_18 = [
|
overridelist_2_18 = [
|
||||||
"attic-client"
|
"attic-client"
|
||||||
|
"devenv"
|
||||||
"nix-du"
|
"nix-du"
|
||||||
"nix-init"
|
"nix-init"
|
||||||
"nix-prefetch-git"
|
"nix-prefetch-git"
|
||||||
|
|
Loading…
Reference in a new issue