SatoshiPay: override cups-toshiba-estudio
Alan Pearce alan@alanpearce.eu
Sun, 22 Jul 2018 18:01:08 +0200
1 files changed, 8 insertions(+), 2 deletions(-)
jump to
M modules/satoshipay.nix → modules/satoshipay.nix
@@ -1,4 +1,4 @@-{ config, pkgs, lib, ... }: +{ config, pkgs, fetchurl, lib, ... }: { virtualisation = { docker = { @@ -63,7 +63,13 @@ }; services.printing.drivers = with pkgs; [ - cups-toshiba-estudio + (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"; + }; + })) ]; networking.domain = "satoshipay.io";