summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index 1cb2426..0000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: "Build"
-on:
- # curl -fsSL -XPOST \
- # -H "Accept: application/vnd.github.everest-preview+json" \
- # -H "Authorization: token $GITHUB_TOKEN" \
- # --data '{"event_type": "build", "client_payload": {"args": "-f channel:nixpkgs-unstable hello"}}' \
- # https://api.github.com/repos/LnL7/nix-darwin/dispatches
- repository_dispatch:
- types:
- - build
-jobs:
- build:
- runs-on: macos-12
- steps:
- - uses: actions/checkout@v3
- - uses: cachix/install-nix-action@v22
- - run: |
- nix build ${{ github.event.client_payload.args }} -vL