-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
easypdkprog: init at 1.2 #91671
easypdkprog: init at 1.2 #91671
Conversation
6fc7acf
to
c877679
Compare
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.
Thanks for contributing this derivation! I have added a bunch of suggestions for improvements.
c877679
to
1337d15
Compare
@danieldk Thanks for the review, should be fine now |
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.
Starts to look good! I added another suggestion to merge postInstall
(which was currently not working) and installPhase
. postInstall
is typically only useful when you use an unchanged installPhase
.
Could you split the change where you add yourself to maintainers.nix
to a separate commit with the following message?
maintainers: add david-sawatzke
This commit should be ordered before the commit where you add the derivation.
Let me know if you need any help!
1337d15
to
a531363
Compare
Thanks, regarding:
It seems to work now after being merged, but I don't understand why it didn't work before. Do you have any idea why that's the case? |
So if you override |
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.
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)The udev rules stuff is taken from the openocd package, but I'm not sure if it works