diff --git a/nixpacks.toml b/nixpacks.toml index 2864028e..8be0a505 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,7 +1,7 @@ [phases.setup] -nixPkgs = ['openssl', 'bun'] -nixLibs = ['openssl'] -providers = ['bun', 'node', 'python'] +nixPkgs = ['...', 'openssl', 'bun'] +nixLibs = ['...', 'openssl'] +providers = ['...', 'bun', 'node', 'python'] [phases.build] cmds = ['bunx prisma generate']