Fix codex

This commit is contained in:
2026-05-03 02:48:47 -05:00
parent 571af6f44d
commit f6b3f38fba
+1 -1
View File
@@ -12,9 +12,9 @@
url = "https://github.com/openai/codex/releases/download/rust-v0.128.0/codex-x86_64-unknown-linux-musl.tar.gz"; url = "https://github.com/openai/codex/releases/download/rust-v0.128.0/codex-x86_64-unknown-linux-musl.tar.gz";
hash = "sha256-iGuF5hGMC0MjRDfKAH++kjYRpTsQPQDg0650rvsg4jo="; hash = "sha256-iGuF5hGMC0MjRDfKAH++kjYRpTsQPQDg0650rvsg4jo=";
}; };
sourceRoot = ".";
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
tar xzf $src
install -m755 codex-x86_64-unknown-linux-musl $out/bin/codex install -m755 codex-x86_64-unknown-linux-musl $out/bin/codex
''; '';
}) })