Skip to content

Commit

Permalink
Add github workflow for testing flake outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCash committed Mar 31, 2024
1 parent dc17c1e commit bbe713b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Update Nix Inputs

on:
push:
branches: [main]
schedule:
- cron: "0 * * * *" # every hour

jobs:
update-inputs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- run: nix run .#test

0 comments on commit bbe713b

Please sign in to comment.