all repos — elgit @ b0e6438e4332e7b3f5199de003e8a355235a331e

fork of legit: web frontend for git, written in go

cleanup nixos module

Alan Pearce
commit

b0e6438e4332e7b3f5199de003e8a355235a331e

parent

ebab20415fab0f71ae0d0319cb129ba1bf12bc16

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M nix/nixos-module.nixnix/nixos-module.nix
@@ -7,7 +7,6 @@ }:
let inherit (lib) - literalExpression mkEnableOption mkIf mkOption
@@ -46,7 +45,7 @@ settings = mkOption {
default = { }; description = '' The primary elgit configuration. See the - [sample configuration](https://github.com/icyphox/elgit/blob/master/config.yaml) + [sample configuration](https://git.alin.ovh/elgit/blob/main/config.yaml) for possible values. ''; type = types.submodule {