-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
nixos/installation-cd-base: add git & rsync #325511
Conversation
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.
This would be a great change. Approved!
should $ nix path-info -Sh $(nix build --print-out-paths nixpkgs#git)
/nix/store/1zyjd4qmdgwrkvcvmxddrka6lzzx1h2b-git-2.44.1 316.3 MiB
$ nix path-info -Sh $(nix build --print-out-paths nixpkgs#gitMinimal)
/nix/store/vjzkh497v13asja08g41zilix8lnfsnq-git-minimal-2.44.1 114.7 MiB the only downside i can see is that it doesn't include manual pages |
Tested on nixos-unstable like so:
baseline: git+rysnc: ok so git vs gitMinimal does not make a significant difference I would also remove these lines in this PR
other than that looks good |
Will squash in a moment. The Web IDE doesn't let me do it. |
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
Do I still need to squash? That LGTM confused me a bit. |
Yes you still need to squash, I didn't notice the history sorry. |
Alright, it is now squashed. Took a bit, because git was acting up with the rebase command, sorry. |
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
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.
Diff lgtm
Is it going to be merged or do we hold it for the other possible solutions mentioned in the issue I mentioned in the beginning? Not trying to be rude or impatient, just curious. |
Will probably be merged whenever someone with merged access glaces at it |
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
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-ready-for-review/3032/4541 |
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!
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
@Aleksanaa please |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2102 |
Successfully created backport PR for |
Description of changes
Add git and rsync to installation-cd-base so the minimal iso also has those tools out of the box. Fixes #325170
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.