We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0f239b + d1e12a7 commit a5150d5Copy full SHA for a5150d5
README.md
@@ -43,6 +43,8 @@ $ nix run 'github:mitchellh/zig-overlay'
43
$ nix shell 'github:mitchellh/zig-overlay#master-2021-02-13'
44
# open a shell with latest nightly version
45
$ nix shell 'github:mitchellh/zig-overlay#master'
46
+# open a shell with a specific zig version
47
+$ nix shell 'github:mitchellh/zig-overlay#"0.14.0"'
48
```
49
50
### Compiler Development
0 commit comments