Skip to content

docs: Replace NixOS prereqs instructions with link to NixOS wiki. #3458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 1 addition & 33 deletions src/content/docs/es/start/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,41 +122,9 @@ sudo apk add \
<TabItem label="NixOS">

:::note
Esto también instalará Rust y Node.js, además de la CLI de `cargo-tauri` por ti, por lo que puedes omitir esos pasos a continuación.
Las instrucciones para Nix/NixOS pueden ser encontradas en [NixOS Wiki](https://wiki.nixos.org/wiki/Tauri).
:::

Using `nix-shell`:

```nix
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
gobject-introspection
cargo
cargo-tauri
nodejs
];

buildInputs = with pkgs;[
at-spi2-atk
atkmm
cairo
gdk-pixbuf
glib
gtk3
harfbuzz
librsvg
libsoup_3
pango
webkitgtk_4_1
openssl
];
}
```

</TabItem>
</Tabs>

Expand Down
34 changes: 1 addition & 33 deletions src/content/docs/fr/start/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,41 +122,9 @@ sudo apk add \
<TabItem label="NixOS">

:::note
Cela installera également Rust et Node.js ainsi que le CLI `cargo-tauri` pour vous, vous pouvez donc sauter ces étapes ci-dessous.
Les instructions pour Nix/NixOS peuvent être trouvées dans le [NixOS Wiki](https://wiki.nixos.org/wiki/Tauri).
:::

Using `nix-shell`:

```nix
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
gobject-introspection
cargo
cargo-tauri
nodejs
];

buildInputs = with pkgs;[
at-spi2-atk
atkmm
cairo
gdk-pixbuf
glib
gtk3
harfbuzz
librsvg
libsoup_3
pango
webkitgtk_4_1
openssl
];
}
```

</TabItem>
</Tabs>

Expand Down
34 changes: 1 addition & 33 deletions src/content/docs/ja/start/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,41 +121,9 @@ sudo apk add \
<TabItem label="NixOS">

:::note
この処理では、Rust と Node.js および「`cargo-tauri`」コマンドライン・インターフェース(CLI) のインストールも同時に行なわれますので、以下の作業ステップを省略できます。
Instructions for Nix/NixOS can be found in the [NixOS Wiki](https://wiki.nixos.org/wiki/Tauri).
:::

Using `nix-shell`:

```nix
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
gobject-introspection
cargo
cargo-tauri
nodejs
];

buildInputs = with pkgs;[
at-spi2-atk
atkmm
cairo
gdk-pixbuf
glib
gtk3
harfbuzz
librsvg
libsoup_3
pango
webkitgtk_4_1
openssl
];
}
```

</TabItem>
</Tabs>

Expand Down
34 changes: 1 addition & 33 deletions src/content/docs/start/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,41 +119,9 @@ sudo apk add \
<TabItem label="NixOS">

:::note
This will also install Rust and Node.js as well as the `cargo-tauri` CLI for you, so you can skip those steps below.
Instructions for Nix/NixOS can be found in the [NixOS Wiki](https://wiki.nixos.org/wiki/Tauri).
:::

Using `nix-shell`:

```nix
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
gobject-introspection
cargo
cargo-tauri
nodejs
];

buildInputs = with pkgs;[
at-spi2-atk
atkmm
cairo
gdk-pixbuf
glib
gtk3
harfbuzz
librsvg
libsoup_3
pango
webkitgtk_4_1
openssl
];
}
```

</TabItem>
</Tabs>

Expand Down
34 changes: 1 addition & 33 deletions src/content/docs/zh-cn/start/prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,41 +117,9 @@ sudo apk add \
<TabItem label="NixOS">

:::note
这也会为你安装 Rust 和 Node.js 以及 `cargo-tauri` CLI,因此你可以跳过下面的步骤。
Instructions for Nix/NixOS can be found in the [NixOS Wiki](https://wiki.nixos.org/wiki/Tauri).
:::

使用 `nix-shell`:

```nix
let
pkgs = import <nixpkgs> { };
in
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
pkg-config
gobject-introspection
cargo
cargo-tauri
nodejs
];

buildInputs = with pkgs;[
at-spi2-atk
atkmm
cairo
gdk-pixbuf
glib
gtk3
harfbuzz
librsvg
libsoup_3
pango
webkitgtk_4_1
openssl
];
}
```

</TabItem>
</Tabs>

Expand Down