Skip to content

Commit d5abf34

Browse files
authored
Update README.md (#8)
Add note about nixpkgs#gleam
1 parent d5db1ef commit d5abf34

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,21 @@
1111

1212
[![Build history](https://buildstats.info/github/chart/vic/gleam-nix?branch=main)](https://github.com/vic/gleam-nix/actions)
1313

14+
###### Stable releases at nixpkgs#gleam
15+
16+
There exists an stable-release gleam derivation on nixpkgs. To use it, simply do:
17+
18+
```
19+
nix shell nixpkgs#gleam
20+
gleam --version
21+
```
22+
23+
The flake provided on this repo is most likely to be used by people hacking on gleam itself or
24+
willing to build some experimental branches.
25+
1426
##### Requirements
1527

16-
For using this guide you'll need `nix` version [2.8](https://discourse.nixos.org/t/nix-2-8-0-released/18714)
28+
For using this flake you'll need `nix` version [2.8](https://discourse.nixos.org/t/nix-2-8-0-released/18714)
1729
or latter which must have the [`flakes`](https://nixos.wiki/wiki/Flakes) feature enabled.
1830

1931
See [nix quick-install](https://nixos.org/download.html) or the [install-nix tutorial](https://nix.dev/tutorials/install-nix)

0 commit comments

Comments
 (0)