Fixed workflow; removed unnecessary stuff; add iso builder

This commit is contained in:
2026-06-22 22:33:33 +02:00
parent 238c4fcaf7
commit 0195c184b7
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