Commit 059962ccebd5

Vincent Demeester <vincent@sbr.pm>
2018-08-06 19:26:00
Fix packages option description typo
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5ba834e
Changed files (1)
service/containerd.nix
@@ -28,7 +28,7 @@ in
     packages = mkOption {
       type = types.listOf types.package;
       default = [];
-      description = "List of packages to be added to apparmor's include path";
+      description = "List of packages to be added to containerd service path";
     };
 
     listenOptions =