Skip to content

Commit 0bdd60c

Browse files
committed
Update install info
1 parent 679c7e3 commit 0bdd60c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/manual/install.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,25 @@ Copy and paste the following code in a terminal session.
2020
curl -fsSL fuckingnode.github.io/install.sh | bash
2121
```
2222

23-
### NixOS
23+
### Nix / NixOS
24+
25+
!!! warning
26+
ARM (`aarch64-linux`) support is available, but NOT tested!
2427

2528
Add the repo to your `flake.nix`.
2629

2730
```nix
2831
inputs = {
32+
...
2933
fuckingnode.url = "github:FuckingNode/FuckingNode";
30-
}
34+
...
35+
};
3136
```
3237

3338
Then, add this to your system packages:
3439

3540
```nix
36-
inputs.fuckingnode.packages."${pkgs.system}".default
41+
inputs.fuckingnode.packages."${pkgs.system}".default;
3742
```
3843

3944
## Compile from source

0 commit comments

Comments
 (0)