summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2018-11-03 19:05:31 +0100
committerRobert Hensing <robert@roberthensing.nl>2018-11-03 19:05:31 +0100
commit666e0ab1dd4c9d58f93882b0d012a49823c4f99b (patch)
tree8425b50c78f13938aa7c786281805719648257b4
parentc3a7194843a6423bd5875756ba9c1e05e5c9b79a (diff)
downloadnixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.tar
nixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.tar.gz
nixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.tar.bz2
nixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.tar.lz
nixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.tar.xz
nixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.tar.zst
nixlib-666e0ab1dd4c9d58f93882b0d012a49823c4f99b.zip
pkgs.nixos: Add note about systemd.services.*.runner not being systemd
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 84b3adf72974..69549dd88ee1 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -22121,7 +22121,10 @@ with pkgs;
                # ...
              };
 
-             # This exports a runner for nginx
+             # Use config.system.build to exports relevant parts of a
+             # configuration. The runner attribute should not be
+             # considered a fully general replacement for systemd
+             # functionality.
              config.system.build.run-nginx = config.systemd.services.nginx.runner;
            });
          in