all repos — archive/nixos-configuration @ b923275f93004b5dcd696899790d7af7781e0295

Superseded by nixfiles

Use same nixpkgs configuration for unstable channel

Alan Pearce
commit

b923275f93004b5dcd696899790d7af7781e0295

parent

334a760e340ac9e57f15afe5c61f21509e7c0fa4

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M modules/satoshipay.nixmodules/satoshipay.nix
@@ -1,9 +1,5 @@
{ config, pkgs, lib, ... }: -let - pkgsUnstable = import <nixos-unstable> {}; - # pkgsUnstable = pkgs; -in { virtualisation = { docker = { enable = true;
@@ -23,7 +19,7 @@ google-chrome
docker_compose electrum robomongo - pkgsUnstable.slack + unstable.slack ]; services.mongodb = {