Skip to content

Commit

Permalink
Leave nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Oct 18, 2023
1 parent 393e776 commit 8dbb089
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/nix-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,6 @@ on:
push:

jobs:
nix-flake-check:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@v6

- uses: DeterminateSystems/magic-nix-cache-action@v2

- name: nix flake check
run: |
nix flake check --print-build-logs
nix-develop:
name: nix develop
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8dbb089

Please sign in to comment.