-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
Stash: refactor; 0.25.1 -> 0.27.2; nixos/stash: init #323231
base: master
Are you sure you want to change the base?
Conversation
1e88836
to
42d1ca5
Compare
4206b75
to
1d0a178
Compare
27ac7fd
to
2687ded
Compare
a7f641e
to
b9ae77c
Compare
Please familiarize yourself with the contributing guide https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md especially on how to name commits. It is appreciated that you try to do tiny commits but probably some of those 24 commits could be combined to make this PR not look as daunting. |
7d7c537
to
5371d5d
Compare
Uses git source directly instead of binary releases Adds an update script Adds a version test
@SuperSandro2000 |
Anything else needed for this to be merged? |
has newer version 0.27.2 |
suggestion: run these in your local checkout # minor style improvments
echo nixos/tests/stash.nix pkgs/by-name/st/stash/package.nix nixos/modules/services/web-apps/stash.nix | xargs -n1 nix shell nixpkgs#statix.out -c statix check
# this is good (for this pr)
nix shell nixpkgs#deadnix.out -c deadnix nixos/tests/stash.nix pkgs/by-name/st/stash/package.nix nixos/modules/services/web-apps/stash.nix just a suggestion, also fyi I don't have commiter access. |
Thanks, I'll definitely use them. I believe I fixed most/all of Sandro's suggestions. |
@phanirithvij What would be the next steps to get this merged? Should I re-submit to discourse/matrix "ready for review" and wait? |
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.
ran nixosTest locally, LGTM
@DrakeTDL yes |
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/4843 |
Description of changes
This Pull Request:
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.