codex indep

This commit is contained in:
Harivansh Rathi 2026-03-13 16:03:03 -04:00
parent 59d9d2bf14
commit c692473fc8
3 changed files with 55 additions and 4 deletions

View file

@ -6,6 +6,8 @@
}: let
gwsPackage =
inputs.googleworkspace-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
codexPackage =
inputs.codex.packages.${pkgs.stdenv.hostPlatform.system}.default;
memex = pkgs.stdenvNoCC.mkDerivation rec {
pname = "memex";
@ -79,7 +81,7 @@
in {
environment.systemPackages = with pkgs; [
awscli2
codex
codexPackage
coreutils-prefixed
delta
diff-so-fancy