Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Jan 18, 2024
1 parent 49270c1 commit 908b418
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: nix --version
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: yaxitech/nix-install-pkgs-action@v3
with:
inputs-from: ./dev
packages: "nixpkgs"
- run: |
nix --version
nixci
packages: "nixpkgs#nixci"
- run: nixci

0 comments on commit 908b418

Please sign in to comment.