Skip to content

Commit

Permalink
ci: Increase max timeout; more nixpkgs bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
JustTNE committed Jun 7, 2023
1 parent c808a2c commit 3a07ec0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
build:
runs-on: nyxbuilder
timeout-minutes: 1440
steps:
- name: Check if already cached
id: check
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/nixpkgs-bump.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Bump nixpkgs

on:
# Trigger this workflow every day at midnight
schedule:
- cron: '0 0 * * *'
- cron: '0 */3 * * *'
workflow_dispatch:

permissions:
contents: write

concurrency:
group: nixpkgs-bump
group: nyx-main-build

jobs:
bump:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ nix run github:chaotic-cx/nyx/nyxpkgs-unstable#input-leap_git

:godmode: Our `nyxpkgs-unstable` branch is the one that's always cached.

:shipit: Sometimes the `main` branch is too, check it through this badge: [![CircleCI](https://dl.circleci.com/status-badge/img/gh/chaotic-cx/nyx/tree/main.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/chaotic-cx/nyx/tree/main)
:shipit: Sometimes the `main` branch is too, check it through this badge: ![Cache Badge](https://github.com/chaotic-cx/nyx/actions/workflows/build.yml/badge.svg)

### Contributions

Expand Down

1 comment on commit 3a07ec0

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully!

Please sign in to comment.