You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/getting-started-flakes.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,8 @@ start setting up your project.
14
14
15
15
## Using `flake init` and `nix`
16
16
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).
0 commit comments