We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a3397 commit 14c6a31Copy full SHA for 14c6a31
README.md
@@ -20,6 +20,14 @@ or latter which must have the [`flakes`](https://nixos.wiki/wiki/Flakes) feature
20
See [nix quick-install](https://nixos.org/download.html) or the [install-nix tutorial](https://nix.dev/tutorials/install-nix)
21
for more in depth instructions.
22
23
+## Installing Gleam locally (~/.nix-profile)
24
+
25
+```shell
26
+# This will install gleam from latest commit on main branch.
27
+nix profile install github:vic/gleam-nix --override-input gleam github:gleam-lang/gleam/main
28
+gleam --help
29
+```
30
31
## Running Gleam nightly. (or any branch/commit)
32
33
The following command runs `gleam --help` on the build from
0 commit comments