Skip to content

Commit bbe713b

Browse files
committed
Add github workflow for testing flake outputs
1 parent dc17c1e commit bbe713b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/main.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Update Nix Inputs
2+
3+
on:
4+
push:
5+
branches: [main]
6+
schedule:
7+
- cron: "0 * * * *" # every hour
8+
9+
jobs:
10+
update-inputs:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
- uses: DeterminateSystems/nix-installer-action@main
16+
- uses: DeterminateSystems/magic-nix-cache-action@main
17+
18+
- run: nix run .#test

0 commit comments

Comments
 (0)