Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
docs: weekly update process update
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Apr 25, 2024
1 parent e37feb8 commit 678a023
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nix why-depends .#<PACKAGE> .#<DEPENDENCY>

### Packages update process

* Checkout to `weekly-update` PR (PR title "pkgs: weekly update (<DATE>)") (Thursday - Friday)
* Checkout to `weekly-update` PR (PR title "pkgs: weekly update (weekly-update-<DATE>)") (Thursday - Friday)
```bash
gh pr checkout -f <PR-NUMBER>
```
Expand All @@ -78,6 +78,9 @@ utils/pull-nixpkgs.sh <NIXPKGS-DIR>
```

* Visually review changes created by `pull-nixpkgs.sh` script
```
git diff
```

* Identify related PRs in Nixpkgs
```
Expand Down

0 comments on commit 678a023

Please sign in to comment.