home.social

#vendoring — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #vendoring, aggregated by home.social.

  1. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  2. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  3. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  4. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  5. 🚀 Just simplified the #frontend workflow of my #django project template, with the #nobuild approach and the #vendoring of CSS/JS dependencies.

    More details in an upcoming blog post soon. codeberg.org/David-Guillot/dja

    #webdev

  6. #OceanSprint 2025 is over, it was an great experience!

    I mostly worked on gobuild.nix, a next-generation builder for Go in nixpkgs. gobuild.nix removes vendoring for Go packages in nixpkgs, modeling the full dependency graph in Nix. Each module dependency will be its own derivation, including build cache on a module level.

    During the sprint, I moved gobuild.nix from linking dependency source into a vendor directory to providing a local directory that can be used as GOPROXY. This is both more versatile and simple.

    Together with @britter I started implementing a code generation tool that will help to package the large number of packages that will be part of the Go dependencies package set. The tool generates the Nix code for these packages, including the FOD hashes.

    #Nix #nixpkgs #golang #vendoring

  7. @hexa vendoring is the root of all evil.
    I'd love to live in an ideal world, where #vendoring simply doesn't exist!