Skip to content

Commit

Permalink
Adding flake pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbor committed Sep 2, 2024
1 parent 08a9419 commit e7cb4fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: flake

on:
push:

jobs:
call:
uses: jzbor/nix-flake-workflow/.github/workflows/reusable-flake-workflow.yml@main
# with:
# binary-cache: true
# secrets:
# ATTIC_ENDPOINT: ${{ secrets.ATTIC_ENDPOINT }}
# ATTIC_CACHE: ${{ secrets.ATTIC_CACHE }}
# ATTIC_TOKEN: ${{ secrets.ATTIC_TOKEN }}

0 comments on commit e7cb4fd

Please sign in to comment.