From d1878f3e55371affe603459c540954c631d6462f Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 21 May 2023 18:11:53 -0400 Subject: feat: start using flake-parts + add nixos module --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/check.yml') 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 -- cgit v1.2.3