Open kjeremy opened 3 months ago
I suspect the issue is that nixos-22.05 is too old and doesn't support https://github.com/numtide/treefmt-nix/blob/768acdb06968e53aa1ee8de207fd955335c754b7/programs/ruff.nix#L7
Even if not overriding nixpkgs in my flake?
On Sat, Aug 10, 2024, 5:29 AM Jonas Chevalier @.***> wrote:
I suspect the issue is that nixos-22.05 is too old and doesn't support https://github.com/numtide/treefmt-nix/blob/768acdb06968e53aa1ee8de207fd955335c754b7/programs/ruff.nix#L7
— Reply to this email directly, view it on GitHub https://github.com/numtide/treefmt-nix/issues/210#issuecomment-2280593911, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBACREGTIZFD7SXYURUJK3ZQXMO3AVCNFSM6AAAAABMHI4Y6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBQGU4TGOJRGE . You are receiving this because you authored the thread.Message ID: @.***>
I suspect the issue is that nixos-22.05 is too old and doesn't support
mkRenamedOptionModule
was introduced well before 22.05 so I don't think that's it.
I don't know how to reproduce the error, sorry
Describe the bug
To Reproduce
Steps to reproduce the behavior:
nix fmt
Expected behavior
It should work
System information
cat flake.lock
Removing
inputs.nixpkgs.follows = "nixpkgs";
from my flake doesn't help.Additional context