Aligned flake with workflow
CI / check (push) Failing after 2m41s

This commit is contained in:
2026-06-22 22:16:53 +02:00
parent f41ef34361
commit 2505485996
9 changed files with 81 additions and 92 deletions
+4 -1
View File
@@ -8,12 +8,15 @@ on:
jobs:
check:
runs-on: nix
env:
PATH: "/run/wrappers/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/usr/bin:/bin"
NIXPKGS_ALLOW_UNFREE: "1"
steps:
- name: Checkout
run: git clone https://git.cyperpunk.de/DerGrumpf/cyper-nix.git .
- name: Nix flake check
run: nix flake check --no-build
run: nix flake check --impure
- name: Format check
run: nix fmt -- --check .