Skip to content

Commit ca90a75

Browse files
committed
update flake check
1 parent 2aead23 commit ca90a75

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Diff for: .github/workflows/home.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,22 @@ on:
88
branches:
99
- main
1010
paths-ignore:
11-
- 'GNOME.md'
1211
- 'README.md'
13-
- 'notes/**'
14-
- '.git-crypt/**'
15-
- '.gitattributes'
1612
- '.gitignore'
1713
- 'system/**'
1814
- 'outputs/installation.nix'
1915
- 'outputs/nixos-conf.nix'
2016
- 'build'
2117
- 'switch'
22-
- '.mergify.yml'
2318

2419
jobs:
2520
build:
2621
runs-on: ubuntu-latest
2722
steps:
28-
- uses: actions/checkout@v2.3.2
23+
- uses: actions/checkout@v3
2924

3025
- name: "Install Nix ❄️"
31-
uses: cachix/install-nix-action@v18
32-
with:
33-
github_access_token: ${{ secrets.GITHUB_TOKEN }}
26+
uses: DeterminateSystems/nix-installer-action@main
3427

3528
- name: "check nix flake"
3629
run: nix flake check --show-trace

0 commit comments

Comments
 (0)