rkvm: pass in ...

This commit is contained in:
Aaron Bieber 2023-03-22 10:46:33 -06:00
parent 7d6022024f
commit 69f159e1b4
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
{ lib, fetchFromGitHub, rustPlatform, pkg-config, openssl_1_1, llvmPackages
, libevdev, linuxHeaders }:
, libevdev, linuxHeaders, ... }:
rustPlatform.buildRustPackage {
pname = "rkvm";