basic node app wont build problem in nixpath
seemus
PROOP

a year ago

Trying to deploy a small node app but won't, it shows the following error:

2 warnings found (use --debug to expand):

  • UndefinedVar: Usage of undefined variable '$NIXPACKS_PATH' (line 18)

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 18)

Dockerfile:8

6 |

7 | COPY .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix

8 | >>> RUN nix-env -if .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix && nix-collect-garbage -d

9 |

10 |

ERROR: failed to solve: process "/bin/bash -ol pipefail -c nix-env -if .nixpacks/nixpkgs-bf744fe90419885eefced41b3e5ae442d732712d.nix && nix-collect-garbage -d" did not complete successfully: exit code: 100

Error: Docker build failed

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

3 Replies

capturingnoise
PRO

a year ago

Same issue here with a python application.


itsrems
EMPLOYEE

a year ago

Hi, it seems you deleted the project where this was occurring.

Are you still running into the issue ?

Thanks,

Nicolas


seemus
PROOP

a year ago

I gave up on this and we found another route.


Status changed to Awaiting Railway Response Railway over 1 year ago


Status changed to Solved itsrems over 1 year ago


Loading...