add CLI flags, update README accordingly, add mode 'expand'

This commit is contained in:
mtgmonkey 2025-06-27 04:24:57 -04:00
parent 34fd92cccc
commit 5a29918cd9
8 changed files with 258 additions and 63 deletions

View file

@ -1,7 +1,6 @@
{
openssl,
pkg-config,
stdenv,
naersk,
...
}:
@ -10,11 +9,6 @@ naersk.buildPackage {
src = ./.;
buildInputs = [openssl];
nativeBuildInputs = [pkg-config];
# configurePhase = '''';
# buildPhase = '''';
# installPhase = ''
# install -Dm775 ./target/release/rust_elaborator $out/bin/rust_elaborator
# '';
meta = {
mainProgram = "rust_elaborator";
homepage = "https://mtgmonkey.net";