diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/richese/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index cb37786..0db3656 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -40,7 +40,7 @@ overlays = [ (final: prev: { pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [ (pyfinal: pyprev: { - openstackclient-full = pyprev.openstackclient-full.overridePythonAttrs (oldAttrs: { + python-openstackclient = pyprev.python-openstackclient.overridePythonAttrs (oldAttrs: { dependencies = oldAttrs.dependencies ++ [ pkgs.python311Packages.pysocks ]; }); })]; |