More README info
This commit is contained in:
parent
5b12f0a788
commit
dcc947b494
24
README.md
24
README.md
|
@ -43,11 +43,11 @@ Once your preferred template has been initialized, you can use the provided shel
|
||||||
|
|
||||||
## Template contents
|
## Template contents
|
||||||
|
|
||||||
The sections below list what each template includes.
|
The sections below list what each template includes. In all cases, you're free to add and remove packages as you see fit; the templates are just boilerplate.
|
||||||
|
|
||||||
### `dhall`
|
### [`dhall`](./dhall)
|
||||||
|
|
||||||
- [Dhall]
|
- [Dhall] 1.40.2
|
||||||
- [`dhall-bash`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-bash)
|
- [`dhall-bash`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-bash)
|
||||||
- [`dhall-csv`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-csv) (Linux only)
|
- [`dhall-csv`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-csv) (Linux only)
|
||||||
- [`dhall-docs`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs)
|
- [`dhall-docs`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-docs)
|
||||||
|
@ -61,15 +61,33 @@ The sections below list what each template includes.
|
||||||
- [`dhall-toml`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-toml)
|
- [`dhall-toml`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-toml)
|
||||||
- [`dhall-yaml`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml)
|
- [`dhall-yaml`](https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml)
|
||||||
|
|
||||||
|
### [`elixir`](./elixir/)
|
||||||
|
|
||||||
|
- [Elixir] 1.13.4, including [mix] and [IEx]
|
||||||
|
- [Node.js][node] 18.7.0 (largely for [Phoenix] projects)
|
||||||
|
|
||||||
|
### [`gleam`](./gleam/)
|
||||||
|
|
||||||
|
- [Gleam] 0.22.1
|
||||||
|
|
||||||
|
## Code organization
|
||||||
|
|
||||||
|
All of the templates have only the root [flake](./flake.nix) as a flake input. That root flake provides a common revision of [Nixpkgs] and [`flake-utils`][flake-utils] to all the templates.
|
||||||
|
|
||||||
[dhall]: https://dhall-lang.org
|
[dhall]: https://dhall-lang.org
|
||||||
[elixir]: https://elixir-lang.org
|
[elixir]: https://elixir-lang.org
|
||||||
|
[flake-utils]: https://github.com/numtide/flake-utils
|
||||||
[gleam]: https://gleam.run
|
[gleam]: https://gleam.run
|
||||||
[go]: https://go.dev
|
[go]: https://go.dev
|
||||||
|
[iex]: https://hexdocs.pm/iex/IEx.html
|
||||||
[java]: https://java.com
|
[java]: https://java.com
|
||||||
[kotlin]: https://kotlinlang.org
|
[kotlin]: https://kotlinlang.org
|
||||||
|
[mix]: https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html
|
||||||
[nix]: https://nixos.org
|
[nix]: https://nixos.org
|
||||||
|
[nixpkgs]: https://github.com/NixOS/nixpkgs
|
||||||
[nix-direnv]: https://github.com/nix-community/nix-direnv
|
[nix-direnv]: https://github.com/nix-community/nix-direnv
|
||||||
[node]: https://nodejs.org
|
[node]: https://nodejs.org
|
||||||
|
[phoenix]: https://phoenixframework.org
|
||||||
[protobuf]: https://developers.google.com/protocol-buffers
|
[protobuf]: https://developers.google.com/protocol-buffers
|
||||||
[rust]: https://rust-lang.org
|
[rust]: https://rust-lang.org
|
||||||
[scala]: https://scala-lang.org
|
[scala]: https://scala-lang.org
|
||||||
|
|
Loading…
Reference in a new issue