Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Oct 1, 2024
1 parent d872179 commit f3249b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/nixos-install-flake.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ You may now [create a repository](https://docs.github.com/en/get-started/quickst
{#enable-flakes}
## Enable flakes

As a final step, let's permanently enable [[flakes]] on our system, which is particular useful if you do a lot of [[dev|software development]]. This time, instead of editing `configuration.nix` again, let's do it in a separate [[modules|module]] (for no particular reasons other than pedagogic purposes). Remember the `modules` argument to `nixosSystem` function in our `flake.nix`? It is a list of modules, so we can add a second module there:
As a final step, let's permanently enable [[flakes]] on our system, which is particularly useful if you do a lot of [[dev|software development]]. This time, instead of editing `configuration.nix` again, let's do it in a separate [[modules|module]] (for no particular reasons other than pedagogic purposes). Remember the `modules` argument to `nixosSystem` function in our `flake.nix`? It is a list of modules, so we can add a second module there:

```diff
diff --git a/flake.nix b/flake.nix
Expand Down

0 comments on commit f3249b1

Please sign in to comment.