Merge pull request #246982 from khaneliman/nixpkgs-fmt

nixpkgs-fmt: add meta.mainProgram

authored by

0x4A6F and committed by
GitHub
30392d5c cdd239d1

+1
+1
pkgs/tools/nix/nixpkgs-fmt/default.nix
··· 17 homepage = "https://nix-community.github.io/nixpkgs-fmt"; 18 license = licenses.asl20; 19 maintainers = with maintainers; [ zimbatm ]; 20 }; 21 }
··· 17 homepage = "https://nix-community.github.io/nixpkgs-fmt"; 18 license = licenses.asl20; 19 maintainers = with maintainers; [ zimbatm ]; 20 + mainProgram = "nixpkgs-fmt"; 21 }; 22 }