divnix / std

A DevOps framework for the SDLC with the power of Nix and Flakes. Good for keeping deadlines!
https://std.divnix.com
406 stars 43 forks source link

nixpkgs update and few fixes #394

Open nazarewk opened 1 month ago

nazarewk commented 1 month ago
nazarewk commented 1 month ago

not sure how to properly generate those failing lockfiles

nazarewk commented 1 month ago

We'll need to figure out why the manual re-locking is now failing in CI.

It's actually pretty obvious and I don't know why it worked in the first place:

  1. you update /src/local/flake.lock to match the new ../..
  2. ../.. flake just changed so you need to update /src/local/flake.lock
  3. go back to 1.
blaggacao commented 1 month ago

I (finally) made sure tests run on main: https://github.com/divnix/std/actions/runs/11517292880 — can you rebase?