mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2025-02-16 10:29:55 +01:00
fix: typo
This commit is contained in:
parent
35f6e26eb7
commit
dae7350deb
@ -197,7 +197,7 @@ First, add the helix input data source to `flake.nix`:
|
|||||||
./configuration.nix
|
./configuration.nix
|
||||||
|
|
||||||
# This module works the same as the `specialArgs` parameter we used above
|
# 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; };}
|
# { _module.args = { inherit inputs; };}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -259,12 +259,11 @@ referenced for future mention:
|
|||||||
versions of Nixpkgs are introduced as dependencies, allowing for flexible selection of
|
versions of Nixpkgs are introduced as dependencies, allowing for flexible selection of
|
||||||
packages from various versions of Nixpkgs.
|
packages from various versions of Nixpkgs.
|
||||||
|
|
||||||
|
|
||||||
## More Flakes Tutorials
|
## More Flakes Tutorials
|
||||||
|
|
||||||
Up to this point, we have learned how to use Flakes to configure NixOS systems.
|
Up to this point, we have learned how to use Flakes to configure NixOS systems. If you
|
||||||
If you have more questions about Flakes or want to learn more in-depth, please refer
|
have more questions about Flakes or want to learn more in-depth, please refer directly to
|
||||||
directly to the following official/semi-official documents:
|
the following official/semi-official documents:
|
||||||
|
|
||||||
- Nix Flakes's official documentation:
|
- Nix Flakes's official documentation:
|
||||||
- [Nix flakes - Nix Manual](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake)
|
- [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:
|
|||||||
- Other useful documents:
|
- Other useful documents:
|
||||||
- [Practical Nix Flakes](https://serokell.io/blog/practical-nix-flakes)
|
- [Practical Nix Flakes](https://serokell.io/blog/practical-nix-flakes)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[nix flake - Nix Manual]:
|
[nix flake - Nix Manual]:
|
||||||
https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake#flake-inputs
|
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
|
[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:
|
|||||||
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/lib/modules.nix#L122-L184
|
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]:
|
[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
|
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/nixos/doc/manual/development/option-types.section.md?plain=1#L237-L244
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user