3
0
Fork 0
forked from mirrors/nixpkgs

regenkfs: add meta.mainProgram

This commit is contained in:
Ben Siraphob 2021-10-08 02:56:13 -05:00
parent 19438d7d37
commit 40c8d56f40

View file

@ -19,5 +19,6 @@ rustPlatform.buildRustPackage {
homepage = "https://github.com/siraben/regenkfs";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
mainProgram = "regenkfs";
};
}