Unverified Commit b0be0a58 authored by Austin Horstman's avatar Austin Horstman
Browse files

nufmt: add meta.mainProgram

parent 9f9bd495
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/nushell/nufmt";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ iogamaster ];
    mainProgram = "nufmt";
  };
}