We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aead23 commit ca90a75Copy full SHA for ca90a75
.github/workflows/home.yml
@@ -8,29 +8,22 @@ on:
8
branches:
9
- main
10
paths-ignore:
11
- - 'GNOME.md'
12
- 'README.md'
13
- - 'notes/**'
14
- - '.git-crypt/**'
15
- - '.gitattributes'
16
- '.gitignore'
17
- 'system/**'
18
- 'outputs/installation.nix'
19
- 'outputs/nixos-conf.nix'
20
- 'build'
21
- 'switch'
22
- - '.mergify.yml'
23
24
jobs:
25
build:
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: actions/checkout@v2.3.2
+ - uses: actions/checkout@v3
29
30
- name: "Install Nix ❄️"
31
- uses: cachix/install-nix-action@v18
32
- with:
33
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
+ uses: DeterminateSystems/nix-installer-action@main
34
35
- name: "check nix flake"
36
run: nix flake check --show-trace
0 commit comments