@@ -197,7 +197,7 @@ First, add the helix input data source to `flake.nix`:
197
197
./configuration.nix
198
198
199
199
# 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
201
201
# { _module.args = { inherit inputs; };}
202
202
];
203
203
};
@@ -259,12 +259,11 @@ referenced for future mention:
259
259
versions of Nixpkgs are introduced as dependencies, allowing for flexible selection of
260
260
packages from various versions of Nixpkgs.
261
261
262
-
263
262
## More Flakes Tutorials
264
263
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:
268
267
269
268
- Nix Flakes's official documentation:
270
269
- [ 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:
276
275
- Other useful documents:
277
276
- [ Practical Nix Flakes] ( https://serokell.io/blog/practical-nix-flakes )
278
277
279
-
280
-
281
278
[ nix flake - Nix Manual] :
282
279
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake#flake-inputs
283
280
[ 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:
289
286
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/lib/modules.nix#L122-L184
290
287
[ nixpkgs/nixos-23.11/nixos/doc/manual/development/option-types.section.md#L237-L244] :
291
288
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