Skip to content

Commit

Permalink
docs: README update
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Dec 22, 2023
1 parent c809472 commit f6a0eda
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,16 @@ utils/pull-nixpkgs.sh <NIXPKGS-DIR>
commits (link to Nixpks PR in commit message)

* Build and test all packages
```
nix build --json .#all-packages | jq -r '.[].outputs | to_entries[].value' | cachix push geonix
* Submit PR `pkgs: nixpkgs weekly pull <TIMESTAMP>`
nix flake check
nix build --json .\#test-qgis.x86_64-linux | jq -r '.[].outputs | to_entries[].value' | cachix push geonix
nix build --json .\#test-qgis-ltr.x86_64-linux | jq -r '.[].outputs | to_entries[].value' | cachix push geonix
```

* Submit PR
```
gh pr create --title "pkgs: nixpkgs weekly pull <TIMESTAMP>"
```

0 comments on commit f6a0eda

Please sign in to comment.