Commit 4f56bd89 authored by zimbatm's avatar zimbatm
Browse files

nickel: add meta.mainProgram

parent 1812848a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,5 +69,6 @@ rustPlatform.buildRustPackage rec {
    changelog = "https://github.com/tweag/nickel/blob/${version}/RELEASES.md";
    license = licenses.mit;
    maintainers = with maintainers; [ AndersonTorres felschr matthiasbeyer ];
    mainProgram = "nickel";
  };
}