Skip to content

[create-pull-request] automated change #422

[create-pull-request] automated change

[create-pull-request] automated change #422

Workflow file for this run

name: "build nix"
on:
pull_request:
push:
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'