nix-store-veritysetup-generator: add mainProgram

This commit is contained in:
nikstur 2025-04-10 09:46:17 +02:00
parent e4424cba4a
commit be55c6c4e5

View File

@ -40,5 +40,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/nikstur/nix-store-veritysetup-generator";
license = licenses.mit;
maintainers = with lib.maintainers; [ nikstur ];
mainProgram = "nix-store-veritysetup-generator";
};
}