fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.tech/
MIT License
448 stars 43 forks source link

Upgrade nixpkgs #1202

Closed dsalaza4 closed 10 months ago

dsalaza4 commented 11 months ago

It seems like the Nix version used when running the container is pretty old:

image

We need to upgrade nixpkgs to the latest possible version to keep up to date with the latest nix versions.

acuberosatfluid commented 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 commented 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

I think this is more related to /integrates/front/build needing to use the HOME directory in newer npm versions

rohaquinlop commented 10 months ago

makeNodeJsLock isn't working image