You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: