Loading pkgs/by-name/wa/waagent/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,12 @@ coreutils, fetchFromGitHub, lib, python39, python3, bash, }: let # the latest python version that waagent test against according to https://github.com/Azure/WALinuxAgent/blob/28345a55f9b21dae89472111635fd6e41809d958/.github/workflows/ci_pr.yml#L75 python = python39; python = python3; in python.pkgs.buildPythonApplication rec { Loading Loading
pkgs/by-name/wa/waagent/package.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,12 @@ coreutils, fetchFromGitHub, lib, python39, python3, bash, }: let # the latest python version that waagent test against according to https://github.com/Azure/WALinuxAgent/blob/28345a55f9b21dae89472111635fd6e41809d958/.github/workflows/ci_pr.yml#L75 python = python39; python = python3; in python.pkgs.buildPythonApplication rec { Loading