Update build_nix.yml (#38)

This commit is contained in:
Noa Aarts 2024-10-23 08:23:38 +02:00 committed by GitHub
parent b40df6c0e0
commit 8d67fdeb7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,12 +6,18 @@ jobs:
check_flurry_package:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: nix flake check -L --all-systems
build_flurry_package:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: nix build -L
build_flurry_shell:
runs-on: self-hosted
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: nix shell -L --command echo 'it works'