Skip to content

Commit dae7350

Browse files
committed
fix: typo
1 parent 35f6e26 commit dae7350

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/nixos-with-flakes/nixos-flake-and-module-system.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ First, add the helix input data source to `flake.nix`:
197197
./configuration.nix
198198
199199
# This module works the same as the `specialArgs` parameter we used above
200-
# chose one of the two methods to use
200+
# choose one of the two methods to use
201201
# { _module.args = { inherit inputs; };}
202202
];
203203
};
@@ -259,12 +259,11 @@ referenced for future mention:
259259
versions of Nixpkgs are introduced as dependencies, allowing for flexible selection of
260260
packages from various versions of Nixpkgs.
261261

262-
263262
## More Flakes Tutorials
264263

265-
Up to this point, we have learned how to use Flakes to configure NixOS systems.
266-
If you have more questions about Flakes or want to learn more in-depth, please refer
267-
directly to the following official/semi-official documents:
264+
Up to this point, we have learned how to use Flakes to configure NixOS systems. If you
265+
have more questions about Flakes or want to learn more in-depth, please refer directly to
266+
the following official/semi-official documents:
268267

269268
- Nix Flakes's official documentation:
270269
- [Nix flakes - Nix Manual](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake)
@@ -276,8 +275,6 @@ directly to the following official/semi-official documents:
276275
- Other useful documents:
277276
- [Practical Nix Flakes](https://serokell.io/blog/practical-nix-flakes)
278277

279-
280-
281278
[nix flake - Nix Manual]:
282279
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake#flake-inputs
283280
[nixpkgs/flake.nix]: https://github.com/NixOS/nixpkgs/tree/nixos-23.11/flake.nix
@@ -289,5 +286,3 @@ directly to the following official/semi-official documents:
289286
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/lib/modules.nix#L122-L184
290287
[nixpkgs/nixos-23.11/nixos/doc/manual/development/option-types.section.md#L237-L244]:
291288
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/nixos/doc/manual/development/option-types.section.md?plain=1#L237-L244
292-
293-

0 commit comments

Comments
 (0)