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
Basically what I want to do is define the pre-commit-hooks with this project and then want to add them to my devshells buildInputs.
Is there a way to do that, that isn't writing them double?
The text was updated successfully, but these errors were encountered:
The new flake.nix example in the README currently fails with error: attribute 'enabledPackages' missing when I paste it into an empty directory and run nix develop.
The default.nix + shell.nix examples fail with error: undefined variable 'pkgs'.
Basically what I want to do is define the pre-commit-hooks with this project and then want to add them to my devshells buildInputs.
Is there a way to do that, that isn't writing them double?
The text was updated successfully, but these errors were encountered: