fix(devenv): the new versions are incompatible with lix
All checks were successful
/ check (push) Successful in 20s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 1s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 1s

This incompatibility has been fixed, but no new version of lix has been
released.
This commit is contained in:
Jalil David Salamé Messina 2024-10-05 13:53:49 +02:00
parent e03cd65e87
commit 9ea7a2248f
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -193,7 +193,7 @@ in
};
neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
extraPackages = mkExtraPackagesOption "dev" [
[ "devenv" ] # a devshell alternative
# FIXME: readd on new lix version with fix [ "devenv" ] # a devshell alternative
[ "jq" ] # json parser
[ "just" ] # just a command runner
[ "typos" ] # low false positive rate typo checker