Skip to content

Fix broken kernel config options #19

Fix broken kernel config options

Fix broken kernel config options #19

Workflow file for this run

name: CachyOS kernel
on:
push:
branches:
- main
paths:
- "**.nix"
- .github/workflows/cachyos.yml
workflow_dispatch:
jobs:
build:
strategy:
matrix:
channel:
- nixos-24.11
- nixos-unstable
name: Build - ${{ matrix.channel }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v16
with:
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
diagnostic-endpoint: ""
- uses: cachix/cachix-action@v15
with:
name: drakon64-nixos-cachyos-kernel
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix-build
env:
NIX_PATH: nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/${{ matrix.channel }}.tar.gz