mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 05:02:10 +00:00
cluade sep
This commit is contained in:
parent
c692473fc8
commit
fc8675e1b0
4 changed files with 77 additions and 5 deletions
|
|
@ -6,6 +6,8 @@
|
|||
}: let
|
||||
gwsPackage =
|
||||
inputs.googleworkspace-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
claudePackage =
|
||||
inputs.claudeCode.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
codexPackage =
|
||||
inputs.codex.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
|
||||
|
|
@ -81,6 +83,7 @@
|
|||
in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
awscli2
|
||||
claudePackage
|
||||
codexPackage
|
||||
coreutils-prefixed
|
||||
delta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue