add CLI flags, update README accordingly, add mode 'expand'
This commit is contained in:
parent
34fd92cccc
commit
5a29918cd9
8 changed files with 258 additions and 63 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue