Skip to content

small change to flake template documentation #1823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/tutorials/getting-started-flakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ start setting up your project.

## Using `flake init` and `nix`

The `flake init` command create an example `hello` package from hackage
containing an `flake.nix` and `nix/hix.nix` file. The project can be used with
regular `nix` tools.
The following `nix flake init` command creates a template `hello` package containing a `flake.nix` and `nix/hix.nix` file. The project can be used with
regular `nix` tools. This template is defined in the [NixOS/templates repository](https://github.com/NixOS/templates/tree/master/haskell.nix).

```bash
nix flake init --template templates#haskell-nix --impure
Expand Down