From a4fc11580a6517e9f6641e3a7cf16fc96d56ba52 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 1 Aug 2018 12:26:42 +0200 Subject: Use unstable cups-toshiba-estudio instead of override This reverts commit 7e6dc94ba96b8fb66c9cc99d6a9ab79d772679de. --- modules/satoshipay.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/satoshipay.nix b/modules/satoshipay.nix index 75832db..f420757 100644 --- a/modules/satoshipay.nix +++ b/modules/satoshipay.nix @@ -1,4 +1,4 @@ -{ config, pkgs, fetchurl, lib, ... }: +{ config, pkgs, lib, ... }: { virtualisation = { docker = { @@ -63,13 +63,7 @@ services.printing.drivers = with pkgs; [ - (cups-toshiba-estudio.overrideAttrs (oldAttrs: { - version = "7.89"; - src = pkgs.fetchurl { - url = http://business.toshiba.com/downloads/KB/f1Ulds/15178/TOSHIBA_ColorMFP_CUPS.tar; - sha256 = "0qz4r7q55i0adf4fv3aqnfqgi2pz3jb1jixkqm9x6nk4vanyjf4r"; - }; - })) + unstable.cups-toshiba-estudio ]; networking.domain = "satoshipay.io"; -- cgit 1.4.1