Skip to content

Commit bb9300a

Browse files
committed
Install documentation update
1 parent 30680c2 commit bb9300a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

website/docs/_advanced_install.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ This method is provided and supported by the community, not the core team of Sca
139139
Scala CLI can be installed with [Nix](https://nixos.org) with
140140

141141
```bash
142-
nix-env -iA scala-cli
142+
nix-env -iA nixpkgs.scala-cli
143143
```
144144

145145
</TabItem>
@@ -303,14 +303,10 @@ brew install Virtuslab/scala-cli/scala-cli
303303
This method is provided and supported by the community, not the core team of Scala CLI
304304
:::
305305

306-
:::info
307-
Please note that the `arm64` architecture is not yet supported with this method.
308-
:::
309-
310306
Scala CLI can be installed via [Nix](https://nixos.org) with:
311307

312308
```bash
313-
nix-env -iA scala-cli
309+
nix-env -iA nixpkgs.scala-cli
314310
```
315311

316312
</TabItem>

0 commit comments

Comments
 (0)