aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-31 11:07:40 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-31 11:07:40 -0700
commit6ed6d863760179cc8ffe7570d63dba200ec1e1fe (patch)
tree02f56d59ff801e1fec307c3d34395dbaa7d3d25b
parent569efea19e5769a6297798ec8548ca6558f4fae3 (diff)
downloadnix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.tar
nix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.tar.gz
nix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.tar.bz2
nix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.tar.lz
nix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.tar.xz
nix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.tar.zst
nix-6ed6d863760179cc8ffe7570d63dba200ec1e1fe.zip
Add newly added openstackclient-full
-rw-r--r--hosts/richese/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix
index d8f2efa..1abf055 100644
--- a/hosts/richese/default.nix
+++ b/hosts/richese/default.nix
@@ -9,7 +9,7 @@
environment.systemPackages = with pkgs; [
git-review
- openstackclient
+ openstackclient-full
];
imports = [