Merge pull request #263007 from siph/diesel-cli-ext

diesel-cli-ext: fix package name
This commit is contained in:
Nick Cao 2023-10-24 13:50:47 -04:00 committed by GitHub
commit 335d1b25a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -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 ];
};
}

View file

@ -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 { };