You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,16 @@ or for the nightly pre-release:
133
133
yay -S lf-cli-nightly-bin
134
134
```
135
135
136
+
### Nix and NixOS
137
+
138
+
The Lingua Franca compiler 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.
139
+
140
+
Run
141
+
```
142
+
nix shell nixpkgs#lingua-franca
143
+
```
144
+
to temporarily install `lfc` in your current shell environment.
145
+
136
146
### Manual Download
137
147
138
148
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.
0 commit comments