{config, pkgs, ...}: { nixpkgs.overlays = [ (self: super: { loomio = super.callPackage ../pkg/loomio {}; }) ]; }