Skip to content

Possible solution for transparently passing in zeroth argument #4

Possible solution for transparently passing in zeroth argument

Possible solution for transparently passing in zeroth argument #4

Workflow file for this run

name: Build project
on:
pull_request:
push:
workflow_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Build
run: nix build "github:$GITHUB_REPOSITORY/$GITHUB_SHA" -L