diff options
| author | seth <[email protected]> | 2024-04-21 19:49:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-21 19:49:14 +0000 |
| commit | f6e1aa350d6b23a4ffb63fc859c89b79ec6ce8d0 (patch) | |
| tree | a1c8940feba0f2922cc18a958594c12b622e5efd /.github/workflows/nix.yaml | |
| parent | ae1dc52060791990f994df6ecfd4960e6ff3fe5c (diff) | |
nix: remove subflake (#174)
Diffstat (limited to '.github/workflows/nix.yaml')
| -rw-r--r-- | .github/workflows/nix.yaml | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/.github/workflows/nix.yaml b/.github/workflows/nix.yaml deleted file mode 100644 index ab0987c..0000000 --- a/.github/workflows/nix.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: Nix - -on: - push: - branches: [main] - pull_request: - workflow_dispatch: - -jobs: - check: - name: Check flake - - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v10 - - - name: Setup Nix cache - uses: DeterminateSystems/magic-nix-cache-action@v4 - - - name: Run nix flake check - run: | - nix flake check \ - --all-systems \ - --fallback \ - --print-build-logs \ - --show-trace |
