cloud-init: fix python error
This commit is contained in:
@@ -2235,7 +2235,7 @@ with pkgs;
|
||||
|
||||
clickgen = with python3Packages; toPythonApplication clickgen;
|
||||
|
||||
cloud-init = python3.pkgs.callPackage ../tools/virtualization/cloud-init { inherit systemd; };
|
||||
cloud-init = callPackage ../tools/virtualization/cloud-init { inherit systemd; };
|
||||
|
||||
cloudflared = callPackage ../applications/networking/cloudflared {
|
||||
# https://github.com/cloudflare/cloudflared/issues/1151#issuecomment-1888819250
|
||||
|
||||
Reference in New Issue
Block a user