Skip to content

Commit cce4f49

Browse files
authored
Merge pull request #348 from kubukoz/nixpkgs
Update nix instructions
2 parents b3e7c89 + 7bc1203 commit cce4f49

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
@@ -138,11 +138,9 @@ This method is provided and supported by the community, not the core team of Sca
138138
Scala CLI can be installed with [Nix](https://nixos.org) with
139139

140140
```bash
141-
nix-env -if https://github.com/kubukoz/scala-cli.nix/archive/refs/heads/main.tar.gz
141+
nix-env -if https://github.com/NixOS/nixpkgs/archive/refs/heads/master.tar.gz -A scala-cli
142142
```
143143

144-
or other methods listed in [the unofficial package's README](https://github.com/kubukoz/scala-cli.nix).
145-
146144
</TabItem>
147145

148146
</Tabs>
@@ -255,11 +253,9 @@ This method is provided and supported by the community, not the core team of Sca
255253
Scala CLI can be installed with [Nix](https://nixos.org) with
256254

257255
```bash
258-
nix-env -if https://github.com/kubukoz/scala-cli.nix/archive/refs/heads/main.tar.gz
256+
nix-env -if https://github.com/NixOS/nixpkgs/archive/refs/heads/master.tar.gz -A scala-cli
259257
```
260258

261-
or other methods listed in [the unofficial package's README](https://github.com/kubukoz/scala-cli.nix).
262-
263259
</TabItem>
264260
</Tabs>
265261

0 commit comments

Comments
 (0)