Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

fix: conflict when installing grub as a module #295

fix: conflict when installing grub as a module

fix: conflict when installing grub as a module #295

Workflow file for this run

name: Build packages
on:
push:
branches: [main]
workflow_dispatch:
jobs:
lints:
name: Build
runs-on: testing
steps:
- uses: actions/checkout@v6
- name: Try compiling packages
run: |
for pkg in `ls packages`; do
nix build .#${pkg} -o ${pkg} --show-trace
done