aboutsummaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/richese/default.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 0db3656..7b7d15d 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -9,7 +9,7 @@
environment.systemPackages = with pkgs; [
git-review
- openstackclient-full
+ pr363651.openstackclient-full
];
imports = [
@@ -38,16 +38,10 @@
config.allowUnfree = true;
hostPlatform = "x86_64-linux";
overlays = [
- (final: prev: {
- pythonPackagesExtensions = prev.pythonPackagesExtensions ++ [ (pyfinal: pyprev: {
- python-openstackclient = pyprev.python-openstackclient.overridePythonAttrs (oldAttrs: {
- dependencies = oldAttrs.dependencies ++ [ pkgs.python311Packages.pysocks ];
- });
- })];
- })
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.master-packages
+ outputs.overlays.pr363651-packages
outputs.overlays.stable-packages
];
};