nixpkgs-fmt: add meta.mainProgram
This commit is contained in:
parent
4b0ef51702
commit
c69ea1f29a
1 changed files with 1 additions and 0 deletions
|
@ -17,5 +17,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://nix-community.github.io/nixpkgs-fmt";
|
homepage = "https://nix-community.github.io/nixpkgs-fmt";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ zimbatm ];
|
maintainers = with maintainers; [ zimbatm ];
|
||||||
|
mainProgram = "nixpkgs-fmt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue