Skip to content

Commit

Permalink
ci: run nix flake update on Thursday
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Nov 27, 2024
1 parent 55c76d9 commit 7ea6871
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update flake inputs

on:
schedule:
- cron: '0 1 * * 3'
- cron: '0 1 * * 4'
workflow_dispatch:

env:
Expand Down
6 changes: 3 additions & 3 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ nix why-depends .#<PACKAGE> .#<DEPENDENCY>

## Weekly development cycle

* Wednesday (1 AM): automatic update from Nixpkgs unstable branch (nix flake update)
* Thursday (1 AM): Nixpkgs update PR (nix flake update)

* Thursday - Friday: update and development of extra Geospatial NIX packages
* Thursday - Friday: manual update of extra Geospatial NIX packages, build all packages

* Sunday (11 PM): automatic release of new version

Expand All @@ -75,7 +75,7 @@ nix why-depends .#<PACKAGE> .#<DEPENDENCY>
gh pr checkout -f <PR-NUMBER>
```

* Test build of PR
* Test build of Nixpkg update PR
```bash
nix build --dry-run .#all-packages
```
Expand Down

0 comments on commit 7ea6871

Please sign in to comment.