File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ let
2+ rev = "0c80e917b50eb934c9324e44961538e0826a6f58" ;
3+ # until this merges to upstream, https://github.com/sourcegraph/src-cli
4+ url = "https://github.com/ryuheechul/src-cli/archive/${ rev } .tar.gz" ;
5+ in
6+ ( import ( fetchTarball url ) ) . default
Original file line number Diff line number Diff line change 33let
44 checkEnv = import ../../utils/checkEnv.nix ;
55 devenv = import ../custom/devenv.nix ;
6+ src-cli = import ../custom/src-cli.nix ;
67in
78with pkgs ;
89[ ]
@@ -11,6 +12,7 @@ with pkgs;
1112 git-lfs # git extention for large file storage
1213 pre-commit # for managing multi-language pre-commit hooks
1314 gitwatch # Watch a file or folder and automatically commit changes to a git repo easily.
15+ src-cli # Sourcegraph CLI
1416 ]
1517++ lib . optionals ( checkEnv "MY_NIX_EXTRA_DEVENV" )
1618 # devenv is not a language but help a quick setup of a dev environment for many languages
You can’t perform that action at this time.
0 commit comments