diff --git a/nixos/modules/virtualisation/nspawn-container/run-nspawn/default.nix b/nixos/modules/virtualisation/nspawn-container/run-nspawn/default.nix index 477f8179d34e..3301e9a4d512 100644 --- a/nixos/modules/virtualisation/nspawn-container/run-nspawn/default.nix +++ b/nixos/modules/virtualisation/nspawn-container/run-nspawn/default.nix @@ -1,6 +1,6 @@ { python3Packages, systemd }: python3Packages.callPackage ./package.nix { - # We want `pkgs.systemd`, *not* `python3Packages.system`. + # We want `pkgs.systemd`, *not* `python3Packages.systemd`. inherit systemd; }