Loading pkgs/shells/nushell/plugins/formats.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pkg-config , IOKit , Foundation , nix-update-script }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec { checkPhase = '' cargo test --manifest-path crates/nu_plugin_formats/Cargo.toml ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A formats plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats"; Loading pkgs/shells/nushell/plugins/gstat.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nushell , pkg-config , Security , nix-update-script }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec { checkPhase = '' cargo test --manifest-path crates/nu_plugin_gstat/Cargo.toml ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A git status plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat"; Loading Loading
pkgs/shells/nushell/plugins/formats.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , pkg-config , IOKit , Foundation , nix-update-script }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec { checkPhase = '' cargo test --manifest-path crates/nu_plugin_formats/Cargo.toml ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A formats plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_formats"; Loading
pkgs/shells/nushell/plugins/gstat.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nushell , pkg-config , Security , nix-update-script }: rustPlatform.buildRustPackage rec { Loading @@ -17,6 +18,7 @@ rustPlatform.buildRustPackage rec { checkPhase = '' cargo test --manifest-path crates/nu_plugin_gstat/Cargo.toml ''; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "A git status plugin for Nushell"; homepage = "https://github.com/nushell/nushell/tree/${version}/crates/nu_plugin_gstat"; Loading