Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e81b1a06beb9
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b56191746ea5
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 16, 2018

  1. nixos: doc typo and ws

    zimbatm committed Nov 16, 2018
    Copy the full SHA
    b561917 View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 nixos/doc/manual/man-nixos-generate-config.xml
8 changes: 4 additions & 4 deletions nixos/doc/manual/man-nixos-generate-config.xml
Original file line number Diff line number Diff line change
@@ -13,18 +13,18 @@
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>nixos-generate-config</command>
<command>nixos-generate-config</command>
<arg>
<option>--force</option>
</arg>

<arg>
<arg choice='plain'>
<option>--root</option>
</arg>
<replaceable>root</replaceable>
</arg>

<arg>
<arg choice='plain'>
<option>--dir</option>
@@ -167,7 +167,7 @@ $ nixos-generate-config --root /mnt

{
imports =
[ &lt;nixos/modules/installer/scan/not-detected.nix>
[ &lt;nixos/modules/installer/scan/not-detected.nix&gt;
];

boot.initrd.availableKernelModules = [ "ehci_hcd" "ahci" ];