summary refs log tree commit diff stats
path: root/user/settings/satoshipay.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/satoshipay.nix')
-rw-r--r--user/settings/satoshipay.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/settings/satoshipay.nix b/user/settings/satoshipay.nix
index 3812c73c..6a1f738f 100644
--- a/user/settings/satoshipay.nix
+++ b/user/settings/satoshipay.nix
@@ -16,7 +16,7 @@ in
     KUBECTX_IGNORE_FZF = "1";
   };
   home.packages = with pkgs; ([
-    unstable.caddy
+    caddy
     openssl
     mongodb-tools
     pgcli
@@ -37,9 +37,9 @@ in
     helmfile
   ] ++ (lib.optionals (!stdenv.isDarwin)
   [
-    unstable.docker-compose
+    docker-compose
 
-    unstable.ripcord
+    ripcord
     robo3t
   ]));