Skip to content

Commit

Permalink
Use flakes in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bflyblue committed Oct 19, 2023
1 parent 943ac2a commit fd6416c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v13
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix-build
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix build
- run: nix flake check

0 comments on commit fd6416c

Please sign in to comment.