this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

update shell a lil (nvfetcher busted)

+1 -1
+1 -1
shell/devos.nix
··· 41 41 category = "devos"; 42 42 name = pkgs.nvfetcher-bin.pname; 43 43 help = pkgs.nvfetcher-bin.meta.description; 44 - command = "cd $DEVSHELL_ROOT/pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml --no-output $@"; 44 + command = "cd ./pkgs; ${pkgs.nvfetcher-bin}/bin/nvfetcher -c ./sources.toml $@"; 45 45 } 46 46 (linter nixpkgs-fmt) 47 47 (linter editorconfig-checker)