Nonsense on top of Nonsense!
CI / check (push) Failing after 57s

This commit is contained in:
2026-06-22 21:16:47 +02:00
parent 4cacb69c9c
commit f41ef34361
+2 -3
View File
@@ -8,10 +8,9 @@ on:
jobs: jobs:
check: check:
runs-on: nix runs-on: nix
env:
PATH: "/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin:/run/current-system/sw/bin:/usr/bin:/bin"
steps: steps:
- uses: actions/checkout@v4 - name: Checkout
run: git clone https://git.cyperpunk.de/DerGrumpf/cyper-nix.git .
- name: Nix flake check - name: Nix flake check
run: nix flake check --no-build run: nix flake check --no-build