Skip to content

Commit

Permalink
fixup! Build configurations in CI rather than flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jun 22, 2024
1 parent c26f1b6 commit 5a42ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: cachix/install-nix-action@V27

- name: treefmt
run: nix develop --command treefmt --fail-on-change
Expand All @@ -34,7 +34,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: cachix/install-nix-action@V27

- name: Build config
run: nix run nixpkgs\#nixos-rebuild -- build --flake .\#${{ matrix.config }}
Expand All @@ -59,7 +59,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: cachix/install-nix-action@V27

- name: Build config
run: nix develop .\#bootstrap --command home-manager build --flake .\#${{ matrix.config }}

0 comments on commit 5a42ca3

Please sign in to comment.