Skip to content

Commit

Permalink
Working dir 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RhydianJenkins committed Oct 8, 2024
1 parent 625b326 commit 9ca388a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Nix
on: [push]

jobs:
working-directory: ./nix

Check:
runs-on: ubuntu-latest
Expand All @@ -12,9 +13,7 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
working-directory: ./nix
with:
path: /nix/store
key: ${{ runner.os }}-nix-${{ hashFiles('flake.nix', 'system/configuration.nix', 'user/home.nix') }}
- run: nix flake check --no-build
working-directory: ./nix

0 comments on commit 9ca388a

Please sign in to comment.