mirror of https://github.com/status-im/NimYAML.git
typo
This commit is contained in:
parent
d80b6fb52e
commit
3cb4c5910e
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue