1
0
Эх сурвалжийг харах

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 сар өмнө
parent
commit
67d3f37876
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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;