Skip to content

Commit

Permalink
chore: update locks
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Aug 11, 2023
1 parent 56e64ef commit 1f0c3f9
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,11 @@ jobs:
with:
fetch-depth: 0

- uses: cachix/install-nix-action@v22
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.13.0pre20221215_26c7602/install
extra_nix_config: |
experimental-features = nix-command flakes
system-features = nixos-test benchmark big-parallel kvm recursive-nix

- uses: cachix/cachix-action@v12
with:
name: zeek
pushFilter: '(-source$|\.tar\.gz$|\.squashfs$)'
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- uses: nixbuild/nix-quick-install-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@main

# CI workflows
# CI workflows
- name: Run Nix Flake Show
run: nix flake show

Expand Down

0 comments on commit 1f0c3f9

Please sign in to comment.