From 6c93fb46df9176cef4f10a4e033580e4db6d37d9 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 15 Sep 2021 14:54:13 -0400 Subject: [PATCH] fix: readd agenix and nvfetcher after channel fix --- shell/devos.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/shell/devos.nix b/shell/devos.nix index 65f6396..128b45c 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