aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/richese
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-12-10 10:25:44 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-12-10 10:25:44 -0800
commitcbac1e5c7bc70010b79c029817e5d08b9335043c (patch)
treebf2594733193f3543e6aa1cac5cb8fd0a723dddd /hosts/richese
parent77df37ee2058848e9fa54f92900fbfcb7a812805 (diff)
downloadnix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.gz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.bz2
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.lz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.xz
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.tar.zst
nix-cbac1e5c7bc70010b79c029817e5d08b9335043c.zip
Remove PR input
Diffstat (limited to 'hosts/richese')
-rw-r--r--hosts/richese/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index 7b7d15d..d612b07 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -9,7 +9,7 @@
environment.systemPackages = with pkgs; [
git-review
- pr363651.openstackclient-full
+ openstackclient-full
];
imports = [
@@ -41,7 +41,6 @@
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.master-packages
- outputs.overlays.pr363651-packages
outputs.overlays.stable-packages
];
};