Skip to content

Personal GitHub Action and helper script to review heavy build of nixpkgs in multiple platforms

License

Notifications You must be signed in to change notification settings

kachick/nixpkgs-reviewing-workspace

Repository files navigation

nixpkgs-reviewing-workspace

Dev Shell Status

Motivation

Checking the build result of nixpkgs in multiple platforms is an annoying task.

  • I basically do not use macOS these days and only have an old and slow Intel MacBook.
  • Having few devices or smartphones if I am walking.
  • Several packages are very heavy to build, they take a long time and require many resources.

Solution

  • GitHub Actions are free for pricing in public repositories. 😋

Matrix

As I understand that, Which github provided runner matches the Nix supported systems.

Excluding no extra runner as large. Which cannot be used in free plan.

Nix GitHub
x86_64-linux ubuntu-24.04
x86_64-darwin macos-13
aarch64-darwin macos-15

Usage

./review.bash "$PR_NUMBER"

About

Personal GitHub Action and helper script to review heavy build of nixpkgs in multiple platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •