summaryrefslogtreecommitdiff
path: root/.github/workflows/nix.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/nix.yaml')
-rw-r--r--.github/workflows/nix.yaml31
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