treewide: use consitent casing of Nix-on-Droid/nix-on-droid

Whenever Nix-on-Droid references the project or application it should be
upper-cased.

When nix-on-droid is referencing the CLI-tool or is used as some ID, it
should be lower-cased.
This commit is contained in:
Tobias Happ 2022-10-26 12:06:10 +02:00
parent b76fb0954e
commit ae0569fb92
22 changed files with 49 additions and 49 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, pkgs, ... }:
@ -84,7 +84,7 @@ in
default = { };
type = types.attrs;
description = ''
Activation scripts for the nix-on-droid environment.
Activation scripts for the Nix-on-Droid environment.
'' + activationOptionDescriptionSuffix;
};
@ -92,7 +92,7 @@ in
default = { };
type = types.attrs;
description = ''
Activation scripts for the nix-on-droid environment that
Activation scripts for the Nix-on-Droid environment that
need to be run first.
'' + activationOptionDescriptionSuffix;
};
@ -101,7 +101,7 @@ in
default = { };
type = types.attrs;
description = ''
Activation scripts for the nix-on-droid environment that
Activation scripts for the Nix-on-Droid environment that
need to be run last.
'' + activationOptionDescriptionSuffix;
};

View file

@ -32,7 +32,7 @@ in
nix-on-droid = mkOption {
type = types.str;
default = defaultNixOnDroidChannel;
description = "Channel URL for nix-on-droid.";
description = "Channel URL for Nix-on-Droid.";
};
};
@ -46,7 +46,7 @@ in
nix-on-droid = mkOption {
type = types.str;
default = defaultNixOnDroidFlake;
description = "Flake URL for nix-on-droid.";
description = "Flake URL for Nix-on-Droid.";
};
inputOverrides = mkEnableOption "" // {