mirror of
https://github.com/status-im/NimYAML.git
synced 2025-02-04 15:33:56 +00:00
typo
This commit is contained in:
parent
d80b6fb52e
commit
3cb4c5910e
@ -101,7 +101,7 @@
|
|||||||
in systemDependent // {
|
in systemDependent // {
|
||||||
nixosModule = {config, lib, pkg, ...}: with lib; let
|
nixosModule = {config, lib, pkg, ...}: with lib; let
|
||||||
cfg = config.services.nimyaml-webdocs;
|
cfg = config.services.nimyaml-webdocs;
|
||||||
webdocs = systemDependents.packages.${config.nixpkgs.system}.webdocs;
|
webdocs = systemDependent.packages.${config.nixpkgs.system}.webdocs;
|
||||||
in {
|
in {
|
||||||
options.services.nimyaml-webdocs = {
|
options.services.nimyaml-webdocs = {
|
||||||
enable = mkEnableOption "NimYAML webdocs server";
|
enable = mkEnableOption "NimYAML webdocs server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user