ci: add NIX_CONFIG for amd64 extra-platform

This commit is contained in:
buffet 2024-05-12 20:05:03 +02:00
parent cf4a15b83e
commit 60b80eae13

View file

@ -4,6 +4,9 @@ on:
- main
pull_request:
env:
NIX_CONFIG: 'extra-platforms = x86_64-linux'
jobs:
check:
runs-on: ubuntu-latest