hercules-ci / flake-parts

❄️ Simplify Nix Flakes with the module system
https://flake.parts
MIT License
721 stars 41 forks source link

`bundlers` output #159

Open viperML opened 1 year ago

viperML commented 1 year ago

That old forgotten api, the bundlers are missing from perSystem

{
  perSystem = {pkgs, ...}: {
    bundlers.identity = drv: drv;
  };
}

  ...
The option `perSystem.x86_64-linux.bundlers' does not exist