aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/richese')
-rw-r--r--hosts/richese/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index d612b07..7f41861 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -9,7 +9,9 @@
environment.systemPackages = with pkgs; [
git-review
- openstackclient-full
+ (openstackclient-full.overrideAttrs (oldAttrs: {
+ dependencies = oldAttrs.dependencies ++ [ pysocks ];
+ }))
];
imports = [