mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 18:08:38 +08:00
toshiba/swanky: fix eval
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
with pkgs;
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
ucm = fetchzip {
|
ucm = pkgs.fetchzip {
|
||||||
url = "https://github.com/plbossart/UCM/archive/2050ca78a4d1a853d1ba050b591f42e6f97adfc0.tar.gz";
|
url = "https://github.com/plbossart/UCM/archive/2050ca78a4d1a853d1ba050b591f42e6f97adfc0.tar.gz";
|
||||||
sha256 = "1rs4mpz3b965nmz0yhy6j4ga3fdz320qnpkd7d61nvpv9c3i6zwj";
|
sha256 = "1rs4mpz3b965nmz0yhy6j4ga3fdz320qnpkd7d61nvpv9c3i6zwj";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user