Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jul 8, 2024
1 parent 35f6e26 commit dae7350
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/nixos-with-flakes/nixos-flake-and-module-system.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ First, add the helix input data source to `flake.nix`:
./configuration.nix
# This module works the same as the `specialArgs` parameter we used above
# chose one of the two methods to use
# choose one of the two methods to use
# { _module.args = { inherit inputs; };}
];
};
Expand Down Expand Up @@ -259,12 +259,11 @@ referenced for future mention:
versions of Nixpkgs are introduced as dependencies, allowing for flexible selection of
packages from various versions of Nixpkgs.


## More Flakes Tutorials

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

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



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


0 comments on commit dae7350

Please sign in to comment.