mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 11:02:19 +00:00
codex indep
This commit is contained in:
parent
59d9d2bf14
commit
c692473fc8
3 changed files with 55 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue