From f41ef343619f1b6157528f312c5d59347b62a565 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Mon, 22 Jun 2026 21:16:47 +0200 Subject: [PATCH] Nonsense on top of Nonsense! --- .gitea/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 454d898..486fbf4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,10 +8,9 @@ on: jobs: check: 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: - - uses: actions/checkout@v4 + - name: Checkout + run: git clone https://git.cyperpunk.de/DerGrumpf/cyper-nix.git . - name: Nix flake check run: nix flake check --no-build