From 9e9b52b56dda5ec67f26ec74f0442e0ba86ef3b2 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 7 Dec 2024 00:05:32 -0800 Subject: Add pysocks dependency to openstackclient-full --- hosts/richese/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hosts') diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index 7f41861..d612b07 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -9,9 +9,7 @@ environment.systemPackages = with pkgs; [ git-review - (openstackclient-full.overrideAttrs (oldAttrs: { - dependencies = oldAttrs.dependencies ++ [ pysocks ]; - })) + openstackclient-full ]; imports = [ -- cgit v1.2.3