Skip to content

Commit 3cdc384

Browse files
docs: Replace NixOS prereqs instructions with link to NixOS wiki. (#3458)
Co-authored-by: Paul Valladares <[email protected]>
1 parent 6d19b6f commit 3cdc384

File tree

5 files changed

+5
-165
lines changed

5 files changed

+5
-165
lines changed

src/content/docs/es/start/prerequisites.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -122,41 +122,9 @@ sudo apk add \
122122
<TabItem label="NixOS">
123123

124124
:::note
125-
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.
125+
Las instrucciones para Nix/NixOS pueden ser encontradas en [NixOS Wiki](https://wiki.nixos.org/wiki/Tauri).
126126
:::
127127

128-
Using `nix-shell`:
129-
130-
```nix
131-
let
132-
pkgs = import <nixpkgs> { };
133-
in
134-
pkgs.mkShell {
135-
nativeBuildInputs = with pkgs; [
136-
pkg-config
137-
gobject-introspection
138-
cargo
139-
cargo-tauri
140-
nodejs
141-
];
142-
143-
buildInputs = with pkgs;[
144-
at-spi2-atk
145-
atkmm
146-
cairo
147-
gdk-pixbuf
148-
glib
149-
gtk3
150-
harfbuzz
151-
librsvg
152-
libsoup_3
153-
pango
154-
webkitgtk_4_1
155-
openssl
156-
];
157-
}
158-
```
159-
160128
</TabItem>
161129
</Tabs>
162130

src/content/docs/fr/start/prerequisites.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -122,41 +122,9 @@ sudo apk add \
122122
<TabItem label="NixOS">
123123

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

128-
Using `nix-shell`:
129-
130-
```nix
131-
let
132-
pkgs = import <nixpkgs> { };
133-
in
134-
pkgs.mkShell {
135-
nativeBuildInputs = with pkgs; [
136-
pkg-config
137-
gobject-introspection
138-
cargo
139-
cargo-tauri
140-
nodejs
141-
];
142-
143-
buildInputs = with pkgs;[
144-
at-spi2-atk
145-
atkmm
146-
cairo
147-
gdk-pixbuf
148-
glib
149-
gtk3
150-
harfbuzz
151-
librsvg
152-
libsoup_3
153-
pango
154-
webkitgtk_4_1
155-
openssl
156-
];
157-
}
158-
```
159-
160128
</TabItem>
161129
</Tabs>
162130

src/content/docs/ja/start/prerequisites.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -121,41 +121,9 @@ sudo apk add \
121121
<TabItem label="NixOS">
122122

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

127-
Using `nix-shell`:
128-
129-
```nix
130-
let
131-
pkgs = import <nixpkgs> { };
132-
in
133-
pkgs.mkShell {
134-
nativeBuildInputs = with pkgs; [
135-
pkg-config
136-
gobject-introspection
137-
cargo
138-
cargo-tauri
139-
nodejs
140-
];
141-
142-
buildInputs = with pkgs;[
143-
at-spi2-atk
144-
atkmm
145-
cairo
146-
gdk-pixbuf
147-
glib
148-
gtk3
149-
harfbuzz
150-
librsvg
151-
libsoup_3
152-
pango
153-
webkitgtk_4_1
154-
openssl
155-
];
156-
}
157-
```
158-
159127
</TabItem>
160128
</Tabs>
161129

src/content/docs/start/prerequisites.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -119,41 +119,9 @@ sudo apk add \
119119
<TabItem label="NixOS">
120120

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

125-
Using `nix-shell`:
126-
127-
```nix
128-
let
129-
pkgs = import <nixpkgs> { };
130-
in
131-
pkgs.mkShell {
132-
nativeBuildInputs = with pkgs; [
133-
pkg-config
134-
gobject-introspection
135-
cargo
136-
cargo-tauri
137-
nodejs
138-
];
139-
140-
buildInputs = with pkgs;[
141-
at-spi2-atk
142-
atkmm
143-
cairo
144-
gdk-pixbuf
145-
glib
146-
gtk3
147-
harfbuzz
148-
librsvg
149-
libsoup_3
150-
pango
151-
webkitgtk_4_1
152-
openssl
153-
];
154-
}
155-
```
156-
157125
</TabItem>
158126
</Tabs>
159127

src/content/docs/zh-cn/start/prerequisites.mdx

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -117,41 +117,9 @@ sudo apk add \
117117
<TabItem label="NixOS">
118118

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

123-
使用 `nix-shell`
124-
125-
```nix
126-
let
127-
pkgs = import <nixpkgs> { };
128-
in
129-
pkgs.mkShell {
130-
nativeBuildInputs = with pkgs; [
131-
pkg-config
132-
gobject-introspection
133-
cargo
134-
cargo-tauri
135-
nodejs
136-
];
137-
138-
buildInputs = with pkgs;[
139-
at-spi2-atk
140-
atkmm
141-
cairo
142-
gdk-pixbuf
143-
glib
144-
gtk3
145-
harfbuzz
146-
librsvg
147-
libsoup_3
148-
pango
149-
webkitgtk_4_1
150-
openssl
151-
];
152-
}
153-
```
154-
155123
</TabItem>
156124
</Tabs>
157125

0 commit comments

Comments
 (0)