diff --git a/shell/devos.nix b/shell/devos.nix index f1b8ffc..6525011 100644 --- a/shell/devos.nix +++ b/shell/devos.nix @@ -33,12 +33,12 @@ in commands = with pkgs; [ (devos nixUnstable) (devos agenix) - # { - # category = "devos"; - # name = pkgs.nvfetcher-bin.pname; - # help = pkgs.nvfetcher-bin.meta.description; - # command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml $@"; - # } + { + category = "devos"; + name = pkgs.nvfetcher.pname; + help = pkgs.nvfetcher.meta.description; + command = "cd $PRJ_ROOT/pkgs; ${pkgs.nvfetcher}/bin/nvfetcher -c ./sources.toml $@"; + } (linter nixpkgs-fmt) (linter editorconfig-checker) # (docs python3Packages.grip) too many deps