Skip to content

Commit

Permalink
adding nixos as an installation option
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Dec 15, 2023
1 parent a83fc1e commit 9da6afa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,16 @@ or for the nightly pre-release:
yay -S lf-cli-nightly-bin
```

### Nixos

LFC is packaged in [nixpkgs](https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/compilers/lingua-franca/default.nix#L28) and is available via the binary cache.

Run
```
nix shell nixpkgs#lingua-franca
```
to temporarily install lfc in your current shell environment.

### Manual Download

Regular and nightly release builds of the command line tools can be downloaded from the [Lingua Franca release page](https://github.com/lf-lang/lingua-franca/releases). Download the archive that matches your OS and architecture, and extract the contents.
Expand Down

0 comments on commit 9da6afa

Please sign in to comment.