aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/richese/default.nix4
1 files changed, 1 insertions, 3 deletions
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 = [