diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-04-14 08:40:55 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-04-14 08:40:55 -0700 |
commit | 6eed96dd7f0007cddc74a0eb08e89aec69187cde (patch) | |
tree | dac62b0a8b4e53c3be7dd009df89da567859bfeb /hosts/richese/default.nix | |
parent | 6f10da5e9e94acdd4a768a36ea2028e074846eaa (diff) | |
download | nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.tar nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.tar.gz nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.tar.bz2 nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.tar.lz nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.tar.xz nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.tar.zst nix-6eed96dd7f0007cddc74a0eb08e89aec69187cde.zip |
Revert openstackclient-full to unstable branch
Diffstat (limited to 'hosts/richese/default.nix')
-rw-r--r-- | hosts/richese/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index 5d9e2fc..86737a9 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -12,7 +12,7 @@ environment.systemPackages = with pkgs; [ git-review - master.openstackclient-full + openstackclient-full ]; imports = [ |