-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for flake.lock #6166
Conversation
Looks great. Real-world distribution checks out. Just to confirm the origin of the sample you've added, this is one that you've created, correct? I saw your username listed in one of the fields, but I'd rather not go off an assumption. |
It is, it is copied from https://github.com/figsoda/cfg/blob/main/flake.lock, probably one commit or so behind main |
The test fail seems to be because that |
Shit, you're right. 🤔 So many of these tests are interrogating only the In any case, these oversights are beyond the scope of this PR. For now, we'll just get these tests passing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
Note: this PR will not be merged until close to when the next release is made. See here for more details.
Make
flake.lock
files JSON and mark them as generated.Description
flake.lock
is the lock file for Nix flakes generated by thenix
command.Checklist:
24.7k results for
path:**/flake.lock
I have included a change to the heuristics