nixos/nspawn-container: fix typo in comment
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user