divnix / std

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

fix `go mod tidy` error with pinned PR version #373

Closed nazarewk closed 7 months ago

nazarewk commented 7 months ago

probably nixpkgs from flake.lock are just too old to work (almost exactly a year between nixpkgs versions)

I did 2 things:

  1. nix flake lock --update-input nixpkgs
  2. pinned to my own TUI from https://github.com/paisano-nix/tui/pull/8
nazarewk commented 7 months ago

closing because it was merged by other means