From 9ea7a2248ffee28efcc48d37fc3e8874f8fd6e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Sat, 5 Oct 2024 13:53:49 +0200 Subject: [PATCH] fix(devenv): the new versions are incompatible with lix This incompatibility has been fixed, but no new version of lix has been released. --- home/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/options.nix b/home/options.nix index e758c65..9b44f43 100644 --- a/home/options.nix +++ b/home/options.nix @@ -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 -- 2.47.0