Fix codex
This commit is contained in:
+1
-1
@@ -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
|
||||||
'';
|
'';
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user