forked from mirrors/nixpkgs
nixos/doc: Fix typo in activation-script.md
This commit is contained in:
parent
32c523914f
commit
4d269d11e3
|
@ -54,7 +54,7 @@ possiblility into account that they have to create them first.
|
||||||
## NixOS snippets {#sec-activation-script-nixos-snippets}
|
## NixOS snippets {#sec-activation-script-nixos-snippets}
|
||||||
|
|
||||||
There are some snippets NixOS enables by default because disabling them would
|
There are some snippets NixOS enables by default because disabling them would
|
||||||
most likely break you system. This section lists a few of them and what they
|
most likely break your system. This section lists a few of them and what they
|
||||||
do:
|
do:
|
||||||
|
|
||||||
- `binsh` creates `/bin/sh` which points to the runtime shell
|
- `binsh` creates `/bin/sh` which points to the runtime shell
|
||||||
|
|
|
@ -73,7 +73,7 @@ system.activationScripts.my-activation-script = {
|
||||||
<title>NixOS snippets</title>
|
<title>NixOS snippets</title>
|
||||||
<para>
|
<para>
|
||||||
There are some snippets NixOS enables by default because disabling
|
There are some snippets NixOS enables by default because disabling
|
||||||
them would most likely break you system. This section lists a few
|
them would most likely break your system. This section lists a few
|
||||||
of them and what they do:
|
of them and what they do:
|
||||||
</para>
|
</para>
|
||||||
<itemizedlist spacing="compact">
|
<itemizedlist spacing="compact">
|
||||||
|
|
Loading…
Reference in a new issue