nix-prefetch-scripts: set meta.mainProgram

This commit is contained in:
Peder Bergebakken Sundt
2025-04-01 02:44:11 +02:00
parent d1b4d37905
commit ca84c3ff90

View File

@@ -49,6 +49,7 @@ let
description = "Script used to obtain source hashes for fetch${tool}";
maintainers = with maintainers; [ bennofs ];
platforms = platforms.unix;
mainProgram = "nix-prefetch-${tool}";
};
};
in