-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
buildDotnetModule: add passthru.fetch-deps #150587
Conversation
cc @prusnak |
0ad4876
to
43ff95a
Compare
43ff95a
to
8e11dcc
Compare
/marvin opt-in |
Hi! I'm an experimental bot. My goal is to guide this PR through its stages, hopefully ending with a merge. You can read up on the usage here. |
Reminder: Please review! This Pull Request is awaiting review. If you are the assigned reviewer, please have a look. Try to find another reviewer if necessary. If you can't, please say so. If the status is not accurate, please change it. If nothing happens, this PR Note: This feature is currently broken. The bot will not actually change the status. If you see this message multiple times, please request a status change manually. |
There are 0 rebuilds anyway, so let's merge this in. |
This seems to break custom |
@IvarWithoutBones Can you please have a look? |
Motivation for this change
This adds a script which fetches nuget dependencies for all projects using
buildDotnetModule
, as this was something that you had to do manually before. It should make packaging dotnet applications a lot more user friendly.For example:
The location the file get's written to is kind of arbitrary, if anyone has a better suggestion please share!
This could potentially be used for auto-updating as well, though I'm not very familair with how that works. I'll have to look into it.
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes