Unverified Commit 5da7c5ad authored by Pol Dellaiera's avatar Pol Dellaiera
Browse files

nvd: add `meta.mainProgram`

parent 5e29c709
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
    description = "Nix/NixOS package version diff tool";
    homepage = "https://gitlab.com/khumba/nvd";
    license = licenses.asl20;
    mainProgram = "nvd";
    maintainers = with maintainers; [ khumba ];
    platforms = platforms.all;
  };