all repos — nixfiles @ a4fc11580a6517e9f6641e3a7cf16fc96d56ba52

System and user configuration, managed by nix and home-manager

Use unstable cups-toshiba-estudio instead of override

This reverts commit 7e6dc94ba96b8fb66c9cc99d6a9ab79d772679de.
Alan Pearce alan@alanpearce.eu
Wed, 01 Aug 2018 12:26:42 +0200
commit

a4fc11580a6517e9f6641e3a7cf16fc96d56ba52

parent

11bb3cd4b9ab734a5230c7b359e0fe040598bff8

1 files changed, 2 insertions(+), 8 deletions(-)

jump to
M modules/satoshipay.nixmodules/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";