Wonder if anyone here has been using bingo for reproducible builds. I've found it to be really good and wish I could find similar tooling for things like python for tools like yamllint.
Bingo for reproducible builds
https://github.com/bwplotka/bingo
https://github.com/bwplotka/bingo
Wonder if anyone here has been using bingo for reproducible builds. I've found it to be really good and wish I could find similar tooling for things like python for tools like yamllint.
3 Comments
onlinepersona@programming.dev · 1 pts · 2y
Is this like nix but specifically for go?
lyda@programming.dev · 1 pts · 2y
Well, nix would be an entire operating system. This is just for a build system to specify the versions of the tools to use.
onlinepersona@programming.dev · 3 pts · 2y
The nixos.org website does a bad job at explaining things, but
nix!= NixOS.nixis a declarative package manager and build system. NixOS is a distribution built on top of it. Withnix-shell, you can take a package declaration and enter a shell with build dependencies available therein.