Skip to content

Commit e339ff5

Browse files
authored
small change to flake template documentation (#1823)
points to GitHub location of template
1 parent 95943ea commit e339ff5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/tutorials/getting-started-flakes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ start setting up your project.
1414

1515
## Using `flake init` and `nix`
1616

17-
The `flake init` command create an example `hello` package from hackage
18-
containing an `flake.nix` and `nix/hix.nix` file. The project can be used with
19-
regular `nix` tools.
17+
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
18+
regular `nix` tools. This template is defined in the [NixOS/templates repository](https://github.com/NixOS/templates/tree/master/haskell.nix).
2019

2120
```bash
2221
nix flake init --template templates#haskell-nix --impure

0 commit comments

Comments
 (0)