Fixed workflow; removed unnecessary stuff; add iso builder
CI / check (push) Successful in 5m51s

This commit is contained in:
2026-06-22 22:33:33 +02:00
parent 2505485996
commit c00b9dc204
16 changed files with 113 additions and 173 deletions
+3 -3
View File
@@ -15,12 +15,12 @@ jobs:
- name: Checkout
run: git clone https://git.cyperpunk.de/DerGrumpf/cyper-nix.git .
- name: Format check
run: nix fmt -- --ci
- name: Nix flake check
run: nix flake check --impure
- name: Format check
run: nix fmt -- --check .
- name: Build NixOS configs (dry-run)
run: |
nix build .#nixosConfigurations.cyper-desktop.config.system.build.toplevel --dry-run