Skip to content

Commit

Permalink
Merge pull request NixOS#263007 from siph/diesel-cli-ext
Browse files Browse the repository at this point in the history
diesel-cli-ext: fix package name
  • Loading branch information
NickCao authored Oct 24, 2023
2 parents e68d577 + efb11ca commit 335d1b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ rustPlatform.buildRustPackage rec {
description = "Provides different tools for projects using the diesel_cli";
homepage = "https://crates.io/crates/diesel_cli_ext";
license = with licenses; [ asl20 mit ];
mainProgram = "diesel_ext";
maintainers = with maintainers; [ siph ];
};
}
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5043,8 +5043,6 @@ with pkgs;
inherit (darwin.apple_sdk.frameworks) Security;
};

diesel-cli-ext = callPackage ../development/tools/diesel-cli-ext { };

refinery-cli = callPackage ../development/tools/refinery-cli { };

digitemp = callPackage ../tools/misc/digitemp { };
Expand Down

0 comments on commit 335d1b2

Please sign in to comment.