nix-store-veritysetup-generator: add mainProgram

This commit is contained in:
nikstur
2025-06-16 10:28:52 +02:00
parent e4424cba4a
commit be55c6c4e5
@@ -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";
};
}