diff options
author | Alan Pearce | 2018-08-01 12:26:42 +0200 |
---|---|---|
committer | Alan Pearce | 2018-08-01 12:26:42 +0200 |
commit | a4fc11580a6517e9f6641e3a7cf16fc96d56ba52 (patch) | |
tree | ceb134c5d8db06e92d752ae0096ab7d43d4700b7 | |
parent | 11bb3cd4b9ab734a5230c7b359e0fe040598bff8 (diff) | |
download | nixos-configuration-a4fc11580a6517e9f6641e3a7cf16fc96d56ba52.tar.lz nixos-configuration-a4fc11580a6517e9f6641e3a7cf16fc96d56ba52.tar.zst nixos-configuration-a4fc11580a6517e9f6641e3a7cf16fc96d56ba52.zip |
Use unstable cups-toshiba-estudio instead of override
This reverts commit 7e6dc94ba96b8fb66c9cc99d6a9ab79d772679de.
-rw-r--r-- | modules/satoshipay.nix | 10 |
1 files 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"; |