@@ -19,9 +19,7 @@ projects.
19192 . Search for ` CHANGEME ` in the newly created repository to adapt it to your
2020 needs.
2121
22- 3 . Pick nix-shell or Mise for the development environment.
23-
24- 4 . For a [ Phoenix] ( https://www.phoenixframework.org/ ) application, generate it with:
22+ 3 . For a [ Phoenix] ( https://www.phoenixframework.org/ ) application, generate it with:
2523
2624 1 . Install [ phx_new] ( https://hex.pm/packages/phx_new ) :
2725
@@ -37,19 +35,7 @@ projects.
3735 mix phx.new . --app awesome_name
3836 ` ` `
3937
40- # # nix-shell for Elixir and Phoenix
41-
42- Reproducible development environment for Elixir/Phoenix projects which relies on
43- [Nix](https://github.com/NixOS/nix), a purely functional and cross-platform
44- package manager.
45-
46- # ## Usage
47-
48- 1. Copy [shell.nix](./shell.nix) at the root of your Elixir/Phoenix project.
49- 2. Add the content of [.gitignore](./.gitignore) to your own _.gitignore_.
50- 3. Start with ` nix-shell` .
51-
52- # # Mise
38+ # # Development Environment
5339
5440Rely on [Mise](https://mise.jdx.dev/) to install tools, set environment
5541variables, and run tasks. Refer to [mise.toml](mise.toml) for details. The Mise
@@ -69,11 +55,6 @@ See available tasks with:
6955mise run
7056```
7157
72- ## SQLite
73-
74- To use SQLite instead of PostgreSQL, uncomment the line with the `sqlite`
75- package in [shell.nix](./shell.nix).
76-
7758## Continuous Integration with [GitHub Actions](https://docs.github.com/en/actions)
7859
7960Linters, tests and more. Details under [.github/workflows](./.github/workflows).
0 commit comments