From bc2a13998c7576ae1ccb00ad98f765b6f828e50c Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 28 Feb 2024 16:31:40 +0100 Subject: nixops_unstable_*: Internal rename --- pkgs/applications/networking/cluster/nixops/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/networking/cluster/nixops') diff --git a/pkgs/applications/networking/cluster/nixops/default.nix b/pkgs/applications/networking/cluster/nixops/default.nix index abaa62a8bfdbf..92a38618e6626 100644 --- a/pkgs/applications/networking/cluster/nixops/default.nix +++ b/pkgs/applications/networking/cluster/nixops/default.nix @@ -30,9 +30,9 @@ let # selector is a function mapping pythonPackages to a list of plugins # e.g. nixops_unstable.withPlugins (ps: with ps; [ nixops-aws ]) withPlugins' = { availablePlugins }: selector: let - selected = selector availablePlugins; + selectedPlugins = selector availablePlugins; r = python.pkgs.toPythonApplication (python.pkgs.nixops.overridePythonAttrs (old: { - propagatedBuildInputs = old.propagatedBuildInputs ++ selected; + propagatedBuildInputs = old.propagatedBuildInputs ++ selectedPlugins; # Propagating dependencies leaks them through $PYTHONPATH which causes issues # when used in nix-shell. -- cgit 1.4.1