From cec41286341e1811b666d9d57f0637042fce1e67 Mon Sep 17 00:00:00 2001 From: shialoth Date: Wed, 30 Apr 2025 18:34:10 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 33309a5..6949d3a 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -2,7 +2,8 @@ nixPkgs = [ "nodejs_20", "gcc", - "python3" + "python3", + "libudev" ] [phases.install]