Closed dsalaza4 closed 10 months ago
@dsalaza4 @rohaquinlop
We ran into these errors in Universe after merging #1220
/tmp/nix-build-integrates-front-build.drv-0
/nix/store/600g0if5farpw99rb6zbjgpswv4bb7j6-integrates-front-build/output/app
error: home directory '/homeless-shelter' exists; please remove it to assure purity of builds without sandboxing
We decided to revert the changes temporarily, which fixed the pipelines
@dsalaza4 @rohaquinlop
We ran into these errors in Universe after merging #1220
/tmp/nix-build-integrates-front-build.drv-0 /nix/store/600g0if5farpw99rb6zbjgpswv4bb7j6-integrates-front-build/output/app error: home directory '/homeless-shelter' exists; please remove it to assure purity of builds without sandboxing
We decided to revert the changes temporarily, which fixed the pipelines
I think this is more related to /integrates/front/build
needing to use the HOME directory in newer npm versions
makeNodeJsLock
isn't working
It seems like the Nix version used when running the container is pretty old:
We need to upgrade nixpkgs to the latest possible version to keep up to date with the latest nix versions.