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
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:
parent
e03cd65e87
commit
9ea7a2248f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue