Use same nixpkgs configuration for unstable channel
1 file changed, 1 insertion(+), 5 deletions(-)
changed files
M modules/satoshipay.nix → modules/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 = {