all repos — nixfiles @ 353a995f0b19fd6725e75c50911500a5cc8321d2

System and user configuration, managed by nix and home-manager

satoshipay: fix packages for 22.05
Alan Pearce alan@alanpearce.eu
Mon, 20 Jun 2022 16:02:59 +0200
commit

353a995f0b19fd6725e75c50911500a5cc8321d2

parent

13a828725db7f6b2cd848a94b0cc9550e5debe7d

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M user/settings/satoshipay.nixuser/settings/satoshipay.nix
@@ -37,9 +37,8 @@ kubernetes-helm     helmfile
   ] ++ (lib.optionals (!stdenv.isDarwin)
   [
-    unstable.docker_compose
+    unstable.docker-compose
 
-    redis-desktop-manager
     unstable.ripcord
     robo3t
   ]));