treewide: remove file-wide `with rustPlatform;`s

figsoda 38401aed 10d74285

+9 -25
+1 -3
pkgs/applications/networking/cluster/click/default.nix
··· 1 1 { darwin, fetchFromGitHub, rustPlatform, lib, stdenv }: 2 2 3 - with rustPlatform; 4 - 5 - buildRustPackage rec { 3 + rustPlatform.buildRustPackage rec { 6 4 pname = "click"; 7 5 version = "0.4.2"; 8 6
+1 -3
pkgs/applications/networking/dyndns/cfdyndns/default.nix
··· 1 1 { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl }: 2 2 3 - with rustPlatform; 4 - 5 - buildRustPackage rec { 3 + rustPlatform.buildRustPackage rec { 6 4 pname = "cfdyndns"; 7 5 version = "0.0.3"; 8 6 src = fetchFromGitHub {
+1 -3
pkgs/development/misc/loc/default.nix
··· 1 1 { lib, fetchFromGitHub, rustPlatform }: 2 2 3 - with rustPlatform; 4 - 5 - buildRustPackage rec { 3 + rustPlatform.buildRustPackage rec { 6 4 version = "0.4.1"; 7 5 pname = "loc"; 8 6
+1 -3
pkgs/development/tools/chit/default.nix
··· 2 2 , darwin 3 3 }: 4 4 5 - with rustPlatform; 6 - 7 - buildRustPackage rec { 5 + rustPlatform.buildRustPackage rec { 8 6 pname = "chit"; 9 7 version = "0.1.15"; 10 8
+1 -3
pkgs/development/tools/clog-cli/default.nix
··· 1 1 { fetchFromGitHub, rustPlatform, lib }: 2 2 3 - with rustPlatform; 4 - 5 - buildRustPackage rec { 3 + rustPlatform.buildRustPackage rec { 6 4 pname = "clog-cli"; 7 5 version = "0.9.3"; 8 6
+1 -2
pkgs/development/tools/pax-rs/default.nix
··· 1 1 { lib, fetchFromGitHub, fetchurl, rustPlatform, runCommand } : 2 - with rustPlatform; 3 2 4 - buildRustPackage rec { 3 + rustPlatform.buildRustPackage rec { 5 4 pname = "pax-rs"; 6 5 version = "0.4.0"; 7 6
+1 -3
pkgs/servers/tarssh/default.nix
··· 1 1 { fetchFromGitHub, rustPlatform, lib }: 2 2 3 - with rustPlatform; 4 - 5 - buildRustPackage rec { 3 + rustPlatform.buildRustPackage rec { 6 4 pname = "tarssh"; 7 5 version = "0.7.0"; 8 6
+1 -3
pkgs/tools/misc/ffsend/default.nix
··· 13 13 14 14 assert (x11Support && usesX11) -> xclip != null || xsel != null; 15 15 16 - with rustPlatform; 17 - 18 - buildRustPackage rec { 16 + rustPlatform.buildRustPackage rec { 19 17 pname = "ffsend"; 20 18 version = "0.2.76"; 21 19
+1 -2
pkgs/tools/security/ripasso/cursive.nix
··· 17 17 , installShellFiles 18 18 }: 19 19 20 - with rustPlatform; 21 - buildRustPackage rec { 20 + rustPlatform.buildRustPackage rec { 22 21 version = "0.6.4"; 23 22 pname = "ripasso-cursive"; 24 23