File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
[ ![ Build history] ( https://buildstats.info/github/chart/vic/gleam-nix?branch=main )] ( https://github.com/vic/gleam-nix/actions )
13
13
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
+
14
26
##### Requirements
15
27
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 )
17
29
or latter which must have the [ ` flakes ` ] ( https://nixos.wiki/wiki/Flakes ) feature enabled.
18
30
19
31
See [ nix quick-install] ( https://nixos.org/download.html ) or the [ install-nix tutorial] ( https://nix.dev/tutorials/install-nix )
You can’t perform that action at this time.
0 commit comments