mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
nushellPlugins: remove unnecessary let bindings
This commit is contained in:
parent
df1882cd87
commit
48ae3d24bc
@ -7,11 +7,8 @@
|
||||
, Foundation
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "nushell_plugin_formats";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname;
|
||||
pname = "nushell_plugin_formats";
|
||||
version = "0.85.0";
|
||||
src = nushell.src;
|
||||
cargoHash = "sha256-WS8VRpJnn/VWS7GUkGowFf51ifUx0SbEZzcoTfx2dp0=";
|
||||
|
@ -7,11 +7,8 @@
|
||||
, Security
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "nushell_plugin_gstat";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
inherit pname;
|
||||
pname = "nushell_plugin_gstat";
|
||||
version = "0.85.0";
|
||||
src = nushell.src;
|
||||
cargoHash = "sha256-6luY3SIRRd9vaY9KIJcj8Q974FW0LtAvRjVpdpzkdLo=";
|
||||
|
Loading…
Reference in New Issue
Block a user