nixos/nspawn-container: fix typo in comment

This commit is contained in:
Kierán Meinhardt
2026-01-19 10:36:37 +01:00
parent 4bd5482aa6
commit 40f2d0b242
@@ -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;
}