unixtools: Fix nix run nixpkgs#unixtools.<cmd>

This commit is contained in:
Michael Hoang 2022-03-27 14:55:17 +11:00
parent 12417777b2
commit 66994da558

View File

@ -21,6 +21,7 @@ let
manpage = "${getOutput "man" provider}/share/man/man1/${cmd}.1.gz";
in runCommand "${cmd}-${provider.name}" {
meta = {
mainProgram = cmd;
priority = 10;
platforms = lib.platforms.${stdenv.hostPlatform.parsed.kernel.name} or lib.platforms.all;
};