Unverified Commit bc1c51d6 authored by Anton Mosich's avatar Anton Mosich
Browse files

nixos/system: fix grammatical error in docs

parent 9a0162c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ in
        default = false;
        type = types.bool;
        description = ''
          Whether copy the necessary boot files into /boot, so
          Whether to copy the necessary boot files into /boot, so
          /nix/store is not needed by the boot loader.
        '';
      };