summaryrefslogtreecommitdiff
path: root/.github/workflows/check.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-21 18:11:53 -0400
committerseth <[email protected]>2023-05-21 18:11:53 -0400
commitd1878f3e55371affe603459c540954c631d6462f (patch)
treecd7fbdef347569aa7ed57237d96539b1500dd774 /.github/workflows/check.yml
parent913f1bf789e4ad9d7bae13e13d318620cea6761b (diff)
feat: start using flake-parts + add nixos module
Diffstat (limited to '.github/workflows/check.yml')
-rw-r--r--.github/workflows/check.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index d436e31..691d77d 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -7,12 +7,14 @@ on:
- "**.nix"
- "**.rs"
- "**.toml"
+
pull_request:
paths:
- "**.lock"
- "**.nix"
- "**.rs"
- "**.toml"
+
workflow_dispatch:
jobs:
@@ -22,12 +24,10 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- with:
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: getchoo
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- - run: nix flake check -L
+ - run: nix flake check --accept-flake-config -L