bottom: add meta.mainProgram
This commit is contained in:
parent
f2b0cf014a
commit
8eed0e2095
1 changed files with 1 additions and 0 deletions
|
@ -33,5 +33,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ berbiche ];
|
maintainers = with maintainers; [ berbiche ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
mainProgram = "btm";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue