Skip to content

Commit

Permalink
Add Nix to the installation guide
Browse files Browse the repository at this point in the history
Per NixOS/nixpkgs#325089, Inko and ivm are now
available to Nix users.
  • Loading branch information
yorickpeterse committed Aug 15, 2024
1 parent 5ffa86d commit 77e48de
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ Inko is available in [Homebrew](https://brew.sh/):
brew install inko
```

## Nix

Inko is available in the [unstable
channel](https://search.nixos.org/packages?channel=unstable&show=inko&type=packages&query=inko):

```bash
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
nix-channel --update
nix-shell -p inko
```

## From source

When building from Git, first clone the repository:
Expand Down
11 changes: 11 additions & 0 deletions docs/source/setup/ivm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ sudo dnf copr enable yorickpeterse/inko
sudo dnf install ivm
```

### Nix

ivm is available in the [unstable
channel](https://search.nixos.org/packages?channel=unstable&show=ivm&type=packages&query=ivm):

```bash
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs-unstable
nix-channel --update
nix-shell -p ivm
```

### From source

Clone the repository:
Expand Down

0 comments on commit 77e48de

Please sign in to comment.