This commit is contained in:
Felix Krause 2022-06-04 12:07:18 +02:00
parent d80b6fb52e
commit 3cb4c5910e
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
in systemDependent // {
nixosModule = {config, lib, pkg, ...}: with lib; let
cfg = config.services.nimyaml-webdocs;
webdocs = systemDependents.packages.${config.nixpkgs.system}.webdocs;
webdocs = systemDependent.packages.${config.nixpkgs.system}.webdocs;
in {
options.services.nimyaml-webdocs = {
enable = mkEnableOption "NimYAML webdocs server";