diff --git a/shell/devos.nix b/shell/devos.nix index 128b45c..65f6396 100644 --- a/shell/devos.nix +++ b/shell/devos.nix @@ -36,13 +36,13 @@ in commands = with pkgs; [ (devos nixUnstable) - (devos agenix) - { - category = "devos"; - name = pkgs.nvfetcher-bin.pname; - help = pkgs.nvfetcher-bin.meta.description; - command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@"; - } + # (devos agenix) + # { + # category = "devos"; + # name = pkgs.nvfetcher-bin.pname; + # help = pkgs.nvfetcher-bin.meta.description; + # command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@"; + # } (linter nixpkgs-fmt) (linter editorconfig-checker) # (docs python3Packages.grip) too many deps