We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b95a0 commit 7b9f407Copy full SHA for 7b9f407
1 file changed
.github/workflows/test.yml
@@ -22,6 +22,21 @@ jobs:
22
- run: make deploy
23
- run: make test
24
- run: test "$(make test)" = 'done.'
25
+ home-manager:
26
+ name: home-manager
27
+ strategy:
28
+ fail-fast: false
29
+ matrix:
30
+ os:
31
+ - macos-latest
32
+ - ubuntu-latest
33
+ runs-on: ${{ matrix.os }}
34
+ steps:
35
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36
+ - uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 # v31.10.0
37
+ with:
38
+ nix_path: nixpkgs=channel:nixos-unstable
39
+ - run: nix build ./home-manager --impure
40
shellcheck:
41
name: shellcheck
42
runs-on: ubuntu-latest
0 commit comments