Browse Source

feat(devenv): Add gemini-cli

Adds the `gemini-cli` package to the development environment to make
it available in the shell.

Fixes #6
Zander Hawke 10 tháng trước cách đây
mục cha
commit
67d3f37876
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      devenv.nix

+ 2 - 0
devenv.nix

@@ -1,5 +1,7 @@
 { pkgs, lib, ... }:
 {
+  packages = with pkgs; [ gemini-cli ];
+
   git-hooks.hooks = {
     deadnix.enable = true;
     nixpkgs-fmt.enable = true;