loop: set meta.mainProgram
This commit is contained in:
parent
4a49db328d
commit
5b494333fc
1 changed files with 1 additions and 0 deletions
|
@ -18,5 +18,6 @@ rustPlatform.buildRustPackage {
|
||||||
homepage = "https://github.com/Miserlou/Loop";
|
homepage = "https://github.com/Miserlou/Loop";
|
||||||
maintainers = with maintainers; [ koral ];
|
maintainers = with maintainers; [ koral ];
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "loop";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue