cloud-init: python specify dependencies package as arguments (#395366)

This commit is contained in:
Arne Keller
2025-04-02 10:50:20 +02:00
committed by GitHub
+1 -1
View File
@@ -2231,7 +2231,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 { };