Loading pkgs/development/tools/diesel-cli-ext/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate }: rustPlatform.buildRustPackage rec { pname = "diesel-cli-ext"; version = "0.3.13"; src = fetchCrate { pname = "diesel_cli_ext"; inherit version; hash = "sha256-5AIzMxEcxL/vYWx3D/meA///Zo+1210HUMEE4dFBhkc="; }; cargoHash = "sha256-Ya7RL3TuQjKkEkggK/ANChtVZRuTaooM+lE3KBZnvYU="; meta = with lib; { description = "Provides different tools for projects using the diesel_cli"; homepage = "https://crates.io/crates/diesel_cli_ext"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ siph ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4814,6 +4814,8 @@ 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 { }; Loading
pkgs/development/tools/diesel-cli-ext/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate }: rustPlatform.buildRustPackage rec { pname = "diesel-cli-ext"; version = "0.3.13"; src = fetchCrate { pname = "diesel_cli_ext"; inherit version; hash = "sha256-5AIzMxEcxL/vYWx3D/meA///Zo+1210HUMEE4dFBhkc="; }; cargoHash = "sha256-Ya7RL3TuQjKkEkggK/ANChtVZRuTaooM+lE3KBZnvYU="; meta = with lib; { description = "Provides different tools for projects using the diesel_cli"; homepage = "https://crates.io/crates/diesel_cli_ext"; license = with licenses; [ asl20 mit ]; maintainers = with maintainers; [ siph ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4814,6 +4814,8 @@ 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 { };