Merge pull request #295448 from trofi/ttyd.tests-fix-eval

ttyd.tests: fix eval
This commit is contained in:
Nick Cao 2024-03-12 22:35:16 -04:00 committed by GitHub
commit 1197d0d7e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,7 @@
{ lib, stdenv, fetchFromGitHub
, pkg-config, cmake, xxd
, openssl, libwebsockets, json_c, libuv, zlib
, nixosTests
}:
with builtins;