summary refs log tree commit diff stats
path: root/user/settings/satoshipay.nix
diff options
context:
space:
mode:
authorAlan Pearce2020-08-24 09:52:20 +0200
committerAlan Pearce2020-08-24 10:03:01 +0200
commitefc4a4f62392ee31dbd74c008f5de7162d8add20 (patch)
tree2df61d296b20f36a164de608418edbc7292ac776 /user/settings/satoshipay.nix
parentbcb93216495a987dffd8e1626b0704a3ef5e7e29 (diff)
downloadnixfiles-efc4a4f62392ee31dbd74c008f5de7162d8add20.tar.lz
nixfiles-efc4a4f62392ee31dbd74c008f5de7162d8add20.tar.zst
nixfiles-efc4a4f62392ee31dbd74c008f5de7162d8add20.zip
Enable cross-platform use of unstable channel
Diffstat (limited to 'user/settings/satoshipay.nix')
-rw-r--r--user/settings/satoshipay.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/user/settings/satoshipay.nix b/user/settings/satoshipay.nix
index 6a1adb70..ac33508b 100644
--- a/user/settings/satoshipay.nix
+++ b/user/settings/satoshipay.nix
@@ -2,7 +2,6 @@
 
 let
   inherit (pkgs) stdenv;
-  unstablePkgs = if !stdenv.isDarwin then import <nixos-unstable> {} else {};
   spGitConfig = {
     user.email = "alan@satoshipay.io";
   };
@@ -37,7 +36,7 @@ in
     docker_compose
 
     redis-desktop-manager
-    unstablePkgs.ripcord
+    unstable.ripcord
     robo3t
   ]));