It would be nice if the readme had the imports statement somewhere in it too, but even if this change isn't made. I hope this issue helps anyone struggling with this in the future.
Don't forget to specialArgs = { inherit inputs; } in your flake.nix too.
I think that this is probably obvious to people who use nixos more often, but it tripped me up for a good couple hours.
If you want to use the
newrelic-infra
service, there is another step on top of the overlay.I just include this file in my flake.
It would be nice if the readme had the
imports
statement somewhere in it too, but even if this change isn't made. I hope this issue helps anyone struggling with this in the future.Don't forget to
specialArgs = { inherit inputs; }
in your flake.nix too.