Nim: add meta.mainProgram
This commit is contained in:
parent
872c89e5a7
commit
d925734d3b
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ in {
|
||||||
description = "Statically typed, imperative programming language";
|
description = "Statically typed, imperative programming language";
|
||||||
homepage = "https://nim-lang.org/";
|
homepage = "https://nim-lang.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
mainProgram = "nim";
|
||||||
maintainers = with maintainers; [ ehmry ];
|
maintainers = with maintainers; [ ehmry ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue