Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

allow custom nix store#516

allow custom nix store

allow custom nix store #516

Workflow file for this run

name:Nix flake check
on:pull_request
jobs:
get-matrix:
runs-on:[self-hosted, nix]
outputs:
check-matrix:${{ steps.set-check-matrix.outputs.matrix }}
steps:
-uses:actions/checkout@v4
-id:set-check-matrix
run:echo "matrix=$(nix eval --json .#check-matrix.x86_64-linux)" >> $GITHUB_OUTPUT
check:
needs:get-matrix
name:check ${{ matrix.check }}
runs-on:[self-hosted, nix]
strategy:
fail-fast:false
# this matrix consists of the names of all checks defined in flake.nix
matrix:${{fromJson(needs.get-matrix.outputs.check-matrix)}}
steps:
-uses:actions/checkout@v4
-name:check
run:nix build -L .#checks.x86_64-linux.${{ matrix.check }}

[8]ページ先頭

©2009-2025 Movatter.jp