From 101be9060165b245ead7385adf8f2975dfb6700e Mon Sep 17 00:00:00 2001 From: shialoth Date: Wed, 30 Apr 2025 18:36:28 +0000 Subject: [PATCH] Update nixpacks.toml --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 6949d3a..f7a03c1 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -3,7 +3,7 @@ nixPkgs = [ "nodejs_20", "gcc", "python3", - "libudev" + "systemd" ] [phases.install]