pre-commit: add pdw-frankiel tests

This commit is contained in:
2026-08-26 10:33:43 -04:00
parent c3409c0ed6
commit 4ac9dc74e8
+16
View File
@@ -0,0 +1,16 @@
repos:
- repo: local
hooks:
- id: nix-flake-check
name: Nix flake check
entry: nix flake check
language: system
pass_filenames: false
always_run: true
- id: nixos-drybuild-pdw-frankiel
name: pdw-frankiel build check
entry: nix build .#nixosConfigurations.pdw-frankiel.config.system.build.toplevel
language: system
pass_filenames: false
always_run: true