Skip to content

Commit

Permalink
refactor(CI): use nix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Nov 26, 2023
1 parent 111cd9d commit 1e10b33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: yaxitech/nix-install-pkgs-action@v3
with:
packages: "nixpkgs#nixci"
- name: Install nixci
shell: bash
run: nix profile install nixpkgs#nixci

# CI workflows
- name: Run Nix Flake Show
Expand All @@ -32,7 +32,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
nix develop .#nix/std -c nvfetcher-pkgs; nvfetcher-python; nvfetcher-go
nix develop ./nix/std -c nvfetcher-pkgs; nvfetcher-python; nvfetcher-go
- run: nixci

Expand Down

0 comments on commit 1e10b33

Please sign in to comment.