summaryrefslogtreecommitdiffstats
path: root/toshiba
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-08-24 16:53:27 +0300
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-08-24 16:53:27 +0300
commit23e4b913d35dc6132a23986817836f82ee20070d (patch)
tree46fe2e5611386852fde4b8950db22634ebcfaec0 /toshiba
parent111d7e8138a7471ded9325c1a138d3409dbc8937 (diff)
toshiba/swanky: fix eval
Diffstat (limited to 'toshiba')
-rw-r--r--toshiba/swanky/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/toshiba/swanky/default.nix b/toshiba/swanky/default.nix
index c46ed6c..9504d14 100644
--- a/toshiba/swanky/default.nix
+++ b/toshiba/swanky/default.nix
@@ -1,7 +1,7 @@
-with pkgs;
+{ lib, pkgs, ... }:
let
- ucm = fetchzip {
+ ucm = pkgs.fetchzip {
url = "https://github.com/plbossart/UCM/archive/2050ca78a4d1a853d1ba050b591f42e6f97adfc0.tar.gz";
sha256 = "1rs4mpz3b965nmz0yhy6j4ga3fdz320qnpkd7d61nvpv9c3i6zwj";
};