Skip to content

Commit

Permalink
Add nixpkgs path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Aug 5, 2023
1 parent 2becf35 commit e4bebb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
Expand All @@ -36,6 +38,8 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: miso-haskell
Expand Down

0 comments on commit e4bebb2

Please sign in to comment.